Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1DeveloperMonetizationConfig
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ApigeeV1::GoogleCloudApigeeV1DeveloperMonetizationConfig
 
 
- 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 developer.
Instance Attribute Summary collapse
- 
  
    
      #billing_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Billing type.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GoogleCloudApigeeV1DeveloperMonetizationConfig 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of GoogleCloudApigeeV1DeveloperMonetizationConfig.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ GoogleCloudApigeeV1DeveloperMonetizationConfig
Returns a new instance of GoogleCloudApigeeV1DeveloperMonetizationConfig.
      3952 3953 3954  | 
    
      # File 'lib/google/apis/apigee_v1/classes.rb', line 3952 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#billing_type ⇒ String
Billing type.
Corresponds to the JSON property billingType
      3950 3951 3952  | 
    
      # File 'lib/google/apis/apigee_v1/classes.rb', line 3950 def billing_type @billing_type end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      3957 3958 3959  | 
    
      # File 'lib/google/apis/apigee_v1/classes.rb', line 3957 def update!(**args) @billing_type = args[:billing_type] if args.key?(:billing_type) end  |