ReplicationStatus class
The replication status of a SecretVersion.
Constructors
- ReplicationStatus({AutomaticStatus? automatic, UserManagedStatus? userManaged})
- ReplicationStatus.fromJson(Map json_)
Properties
- automatic ↔ AutomaticStatus?
- 
  Describes the replication status of a SecretVersion with automatic
replication.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- userManaged ↔ UserManagedStatus?
- 
  Describes the replication status of a SecretVersion with user-managed
replication.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited