class Google::Apis::SecretmanagerV1beta1::Replica
Attributes
location[RW]
The canonical IDs of the location to replicate data. For example: `“us-east1”`. Corresponds to the JSON property `location` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/secretmanager_v1beta1/classes.rb, line 573 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/secretmanager_v1beta1/classes.rb, line 578 def update!(**args) @location = args[:location] if args.key?(:location) end