class Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1ImportProducerQuotaPoliciesResponse
Response message for ImportProducerQuotaPolicies
Attributes
policies[RW]
The policies that were created from the imported data. Corresponds to the JSON property `policies` @return [Array<Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1ProducerQuotaPolicy>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/serviceconsumermanagement_v1beta1/classes.rb, line 3091 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/serviceconsumermanagement_v1beta1/classes.rb, line 3096 def update!(**args) @policies = args[:policies] if args.key?(:policies) end