class Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListApiProductsResponse
Attributes
api_product[RW]
Lists all API product names defined for an organization. Corresponds to the JSON property `apiProduct` @return [Array<Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiProduct>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 4039 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 4044 def update!(**args) @api_product = args[:api_product] if args.key?(:api_product) end