Show / Hide Table of Contents

Class GdataDiffVersionResponse

Backend response for a Diff get version response. For details on the Scotty Diff protocol, visit http://go/scotty-diff-protocol.

Inheritance
object
GdataDiffVersionResponse
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.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GdataDiffVersionResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ObjectSizeBytes

The total size of the server object.

Declaration
[JsonProperty("objectSizeBytes")]
public virtual long? ObjectSizeBytes { get; set; }
Property Value
Type Description
long?

ObjectVersion

The version of the object stored at the server.

Declaration
[JsonProperty("objectVersion")]
public virtual string ObjectVersion { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX