class Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListRatePlansResponse
Response for ListRatePlans.
Attributes
next_start_key[RW]
Value that can be sent as `startKey` to retrieve the next page of content. If this field is omitted, there are no subsequent pages. Corresponds to the JSON property `nextStartKey` @return [String]
rate_plans[RW]
List of rate plans in an organization. Corresponds to the JSON property `ratePlans` @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1RatePlan>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 4527 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/apigee_v1/classes.rb, line 4532 def update!(**args) @next_start_key = args[:next_start_key] if args.key?(:next_start_key) @rate_plans = args[:rate_plans] if args.key?(:rate_plans) end