Class: Google::Apis::AndroidpublisherV3::InAppProductListing
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::AndroidpublisherV3::InAppProductListing
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/androidpublisher_v3/classes.rb,
 generated/google/apis/androidpublisher_v3/representations.rb,
 generated/google/apis/androidpublisher_v3/representations.rb
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property description.
- 
  
    
      #title  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property title.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ InAppProductListing 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of InAppProductListing. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ InAppProductListing
Returns a new instance of InAppProductListing
| 806 807 808 | # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 806 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#description ⇒ String
Corresponds to the JSON property description
| 799 800 801 | # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 799 def description @description end | 
#title ⇒ String
Corresponds to the JSON property title
| 804 805 806 | # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 804 def title @title end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 811 812 813 814 | # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 811 def update!(**args) @description = args[:description] if args.key?(:description) @title = args[:title] if args.key?(:title) end |