Class: Google::Apis::AndroidpublisherV2::InAppProductListing
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::AndroidpublisherV2::InAppProductListing
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/androidpublisher_v2/classes.rb,
 generated/google/apis/androidpublisher_v2/representations.rb,
 generated/google/apis/androidpublisher_v2/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
| 857 858 859 | # File 'generated/google/apis/androidpublisher_v2/classes.rb', line 857 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#description ⇒ String
Corresponds to the JSON property description
| 850 851 852 | # File 'generated/google/apis/androidpublisher_v2/classes.rb', line 850 def description @description end | 
#title ⇒ String
Corresponds to the JSON property title
| 855 856 857 | # File 'generated/google/apis/androidpublisher_v2/classes.rb', line 855 def title @title end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 862 863 864 865 | # File 'generated/google/apis/androidpublisher_v2/classes.rb', line 862 def update!(**args) @description = args[:description] if args.key?(:description) @title = args[:title] if args.key?(:title) end |