Class: Google::Apis::ComputeBeta::ResourcePoliciesScopedList

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb

Defined Under Namespace

Classes: Warning

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ResourcePoliciesScopedList

Returns a new instance of ResourcePoliciesScopedList.



28187
28188
28189
# File 'lib/google/apis/compute_beta/classes.rb', line 28187

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#resource_policiesArray<Google::Apis::ComputeBeta::ResourcePolicy>

A list of resourcePolicies contained in this scope. Corresponds to the JSON property resourcePolicies



28179
28180
28181
# File 'lib/google/apis/compute_beta/classes.rb', line 28179

def resource_policies
  @resource_policies
end

#warningGoogle::Apis::ComputeBeta::ResourcePoliciesScopedList::Warning

Informational warning which replaces the list of resourcePolicies when the list is empty. Corresponds to the JSON property warning



28185
28186
28187
# File 'lib/google/apis/compute_beta/classes.rb', line 28185

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



28192
28193
28194
28195
# File 'lib/google/apis/compute_beta/classes.rb', line 28192

def update!(**args)
  @resource_policies = args[:resource_policies] if args.key?(:resource_policies)
  @warning = args[:warning] if args.key?(:warning)
end