class Google::Apis::ServiceusageV1::ImportAdminQuotaPoliciesResponse

Response message for ImportAdminQuotaPolicies

Attributes

policies[RW]

The policies that were created from the imported data. Corresponds to the JSON property `policies` @return [Array<Google::Apis::ServiceusageV1::AdminQuotaPolicy>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/serviceusage_v1/classes.rb, line 2240
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/serviceusage_v1/classes.rb, line 2245
def update!(**args)
  @policies = args[:policies] if args.key?(:policies)
end