Class: Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1ListProducerQuotaPoliciesResponse

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

Overview

Response message for ListProducerQuotaPolicies.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ V1Beta1ListProducerQuotaPoliciesResponse

Returns a new instance of V1Beta1ListProducerQuotaPoliciesResponse.



3863
3864
3865
# File 'lib/google/apis/serviceconsumermanagement_v1beta1/classes.rb', line 3863

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

Instance Attribute Details

#next_page_tokenString

Token identifying which result to start with; returned by a previous list call. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


3856
3857
3858
# File 'lib/google/apis/serviceconsumermanagement_v1beta1/classes.rb', line 3856

def next_page_token
  @next_page_token
end

#producer_quota_policiesArray<Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1ProducerQuotaPolicy>

Producer policies on this limit. Corresponds to the JSON property producerQuotaPolicies



3861
3862
3863
# File 'lib/google/apis/serviceconsumermanagement_v1beta1/classes.rb', line 3861

def producer_quota_policies
  @producer_quota_policies
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3868
3869
3870
3871
# File 'lib/google/apis/serviceconsumermanagement_v1beta1/classes.rb', line 3868

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