Class: Google::Apis::RedisV1::DirectLocationAssignment
- Inherits:
-
Object
- Object
- Google::Apis::RedisV1::DirectLocationAssignment
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/redis_v1/classes.rb,
lib/google/apis/redis_v1/representations.rb,
lib/google/apis/redis_v1/representations.rb
Instance Attribute Summary collapse
-
#location ⇒ Array<Google::Apis::RedisV1::LocationAssignment>
Corresponds to the JSON property
location
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DirectLocationAssignment
constructor
A new instance of DirectLocationAssignment.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DirectLocationAssignment
Returns a new instance of DirectLocationAssignment.
1147 1148 1149 |
# File 'lib/google/apis/redis_v1/classes.rb', line 1147 def initialize(**args) update!(**args) end |
Instance Attribute Details
#location ⇒ Array<Google::Apis::RedisV1::LocationAssignment>
Corresponds to the JSON property location
1145 1146 1147 |
# File 'lib/google/apis/redis_v1/classes.rb', line 1145 def location @location end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1152 1153 1154 |
# File 'lib/google/apis/redis_v1/classes.rb', line 1152 def update!(**args) @location = args[:location] if args.key?(:location) end |