Show / Hide Table of Contents

Class FetchBlobResponse

Response message containing the content of a blob.

Inheritance
object
FetchBlobResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX