Class: Google::Apis::ComputeAlpha::BulkZoneSetLabelsRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::BulkZoneSetLabelsRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb
Instance Attribute Summary collapse
-
#requests ⇒ Array<Google::Apis::ComputeAlpha::BulkSetLabelsRequest>
Corresponds to the JSON property
requests.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BulkZoneSetLabelsRequest
constructor
A new instance of BulkZoneSetLabelsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BulkZoneSetLabelsRequest
Returns a new instance of BulkZoneSetLabelsRequest.
6951 6952 6953 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 6951 def initialize(**args) update!(**args) end |
Instance Attribute Details
#requests ⇒ Array<Google::Apis::ComputeAlpha::BulkSetLabelsRequest>
Corresponds to the JSON property requests
6949 6950 6951 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 6949 def requests @requests end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6956 6957 6958 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 6956 def update!(**args) @requests = args[:requests] if args.key?(:requests) end |