Class FetchBlobResponse
Response message containing the content of a blob.
Implements
Inherited Members
Namespace: Google.Apis.SecureSourceManager.v1.Data
Assembly: Google.Apis.SecureSourceManager.v1.dll
Syntax
public class FetchBlobResponse : IDirectResponseSchema
Properties
Content
The content of the blob, encoded as base64.
Declaration
[JsonProperty("content")]
public virtual string Content { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Sha
The SHA-1 hash of the blob.
Declaration
[JsonProperty("sha")]
public virtual string Sha { get; set; }
Property Value
| Type | Description |
|---|---|
| string |