Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ListApiProductsResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudApigeeV1ListApiProductsResponse

Returns a new instance of GoogleCloudApigeeV1ListApiProductsResponse.



3458
3459
3460
# File 'generated/google/apis/apigee_v1/classes.rb', line 3458

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

Instance Attribute Details

#api_productArray<Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiProduct>

Lists all API product names defined for an organization. Corresponds to the JSON property apiProduct



3456
3457
3458
# File 'generated/google/apis/apigee_v1/classes.rb', line 3456

def api_product
  @api_product
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3463
3464
3465
# File 'generated/google/apis/apigee_v1/classes.rb', line 3463

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