Class: Google::Apis::AppsmarketV2::LicenseNotification::Delete
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::AppsmarketV2::LicenseNotification::Delete
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - generated/google/apis/appsmarket_v2/classes.rb,
generated/google/apis/appsmarket_v2/representations.rb,
generated/google/apis/appsmarket_v2/representations.rb 
Instance Attribute Summary collapse
- 
  
    
      #edition_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
(Deprecated) Corresponds to the JSON property
editionId. - 
  
    
      #kind  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Corresponds to the JSON property
kind. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ Delete 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of Delete.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Delete
Returns a new instance of Delete
      185 186 187  | 
    
      # File 'generated/google/apis/appsmarket_v2/classes.rb', line 185 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#edition_id ⇒ String
(Deprecated)
Corresponds to the JSON property editionId
      178 179 180  | 
    
      # File 'generated/google/apis/appsmarket_v2/classes.rb', line 178 def edition_id @edition_id end  | 
  
#kind ⇒ String
Corresponds to the JSON property kind
      183 184 185  | 
    
      # File 'generated/google/apis/appsmarket_v2/classes.rb', line 183 def kind @kind end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      190 191 192 193  | 
    
      # File 'generated/google/apis/appsmarket_v2/classes.rb', line 190 def update!(**args) @edition_id = args[:edition_id] if args.key?(:edition_id) @kind = args[:kind] if args.key?(:kind) end  |