Class: Google::Apis::ComputeV1::BulkZoneSetLabelsRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::BulkZoneSetLabelsRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb
Instance Attribute Summary collapse
-
#requests ⇒ Array<Google::Apis::ComputeV1::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.
6749 6750 6751 |
# File 'lib/google/apis/compute_v1/classes.rb', line 6749 def initialize(**args) update!(**args) end |
Instance Attribute Details
#requests ⇒ Array<Google::Apis::ComputeV1::BulkSetLabelsRequest>
Corresponds to the JSON property requests
6747 6748 6749 |
# File 'lib/google/apis/compute_v1/classes.rb', line 6747 def requests @requests end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6754 6755 6756 |
# File 'lib/google/apis/compute_v1/classes.rb', line 6754 def update!(**args) @requests = args[:requests] if args.key?(:requests) end |