Show / Hide Table of Contents

Class Replica

Represents a Replica for this Secret.

Inheritance
object
Replica
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.SecretManager.v1beta1.Data
Assembly: Google.Apis.SecretManager.v1beta1.dll
Syntax
public class Replica : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Location

The canonical IDs of the location to replicate data. For example: "us-east1".

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX