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.
7772 7773 7774 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 7772 def initialize(**args) update!(**args) end |
Instance Attribute Details
#requests ⇒ Array<Google::Apis::ComputeAlpha::BulkSetLabelsRequest>
Corresponds to the JSON property requests
7770 7771 7772 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 7770 def requests @requests end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7777 7778 7779 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 7777 def update!(**args) @requests = args[:requests] if args.key?(:requests) end |