Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AppGroupMonetizationConfig
- Inherits:
-
Object
- Object
- Google::Apis::ApigeeV1::GoogleCloudApigeeV1AppGroupMonetizationConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/apigee_v1/classes.rb,
lib/google/apis/apigee_v1/representations.rb,
lib/google/apis/apigee_v1/representations.rb
Overview
Monetization configuration for the AppGroup.
Instance Attribute Summary collapse
-
#billing_type ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudApigeeV1AppGroupMonetizationConfig
constructor
A new instance of GoogleCloudApigeeV1AppGroupMonetizationConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudApigeeV1AppGroupMonetizationConfig
Returns a new instance of GoogleCloudApigeeV1AppGroupMonetizationConfig.
2067 2068 2069 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 2067 def initialize(**args) update!(**args) end |
Instance Attribute Details
#billing_type ⇒ String
Required. Billing type.
Corresponds to the JSON property billingType
2065 2066 2067 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 2065 def billing_type @billing_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2072 2073 2074 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 2072 def update!(**args) @billing_type = args[:billing_type] if args.key?(:billing_type) end |