Class GetAsyncReplicationStatusResponse
Inheritance
GetAsyncReplicationStatusResponse
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class GetAsyncReplicationStatusResponse : IDirectResponseSchema
Properties
AsyncReplicationStatus
Declaration
[JsonProperty("asyncReplicationStatus")]
public virtual AsyncReplicationStatus AsyncReplicationStatus { get; set; }
Property Value
ETag
end_interface: MixerGetResponseWithEtagBuilder
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Implements