Class FetchBlobResponse (0.1.17)

FetchBlobResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message containing the content of a blob.

Attributes

Name Description
sha str
The SHA-1 hash of the blob.
content str
The content of the blob, encoded as base64.