Class: Google::Apis::ComputeBeta::ResourcePoliciesScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::ResourcePoliciesScopedList
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
-
#resource_policies ⇒ Array<Google::Apis::ComputeBeta::ResourcePolicy>
A list of resourcePolicies contained in this scope.
-
#warning ⇒ Google::Apis::ComputeBeta::ResourcePoliciesScopedList::Warning
Informational warning which replaces the list of resourcePolicies when the list is empty.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ResourcePoliciesScopedList
constructor
A new instance of ResourcePoliciesScopedList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ ResourcePoliciesScopedList
Returns a new instance of ResourcePoliciesScopedList
19568 19569 19570 |
# File 'generated/google/apis/compute_beta/classes.rb', line 19568 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource_policies ⇒ Array<Google::Apis::ComputeBeta::ResourcePolicy>
A list of resourcePolicies contained in this scope.
Corresponds to the JSON property resourcePolicies
19560 19561 19562 |
# File 'generated/google/apis/compute_beta/classes.rb', line 19560 def resource_policies @resource_policies end |
#warning ⇒ Google::Apis::ComputeBeta::ResourcePoliciesScopedList::Warning
Informational warning which replaces the list of resourcePolicies when the
list is empty.
Corresponds to the JSON property warning
19566 19567 19568 |
# File 'generated/google/apis/compute_beta/classes.rb', line 19566 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
19573 19574 19575 19576 |
# File 'generated/google/apis/compute_beta/classes.rb', line 19573 def update!(**args) @resource_policies = args[:resource_policies] if args.key?(:resource_policies) @warning = args[:warning] if args.key?(:warning) end |