Class: Google::Apis::IdentitytoolkitV3::DeleteAccountResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::IdentitytoolkitV3::DeleteAccountResponse
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/identitytoolkit_v3/classes.rb,
 generated/google/apis/identitytoolkit_v3/representations.rb,
 generated/google/apis/identitytoolkit_v3/representations.rb
Overview
Respone of deleting account.
Instance Attribute Summary collapse
- 
  
    
      #kind  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The fixed string "identitytoolkit#DeleteAccountResponse". 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ DeleteAccountResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of DeleteAccountResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ DeleteAccountResponse
Returns a new instance of DeleteAccountResponse
| 104 105 106 | # File 'generated/google/apis/identitytoolkit_v3/classes.rb', line 104 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#kind ⇒ String
The fixed string "identitytoolkit#DeleteAccountResponse".
Corresponds to the JSON property kind
| 102 103 104 | # File 'generated/google/apis/identitytoolkit_v3/classes.rb', line 102 def kind @kind end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 109 110 111 | # File 'generated/google/apis/identitytoolkit_v3/classes.rb', line 109 def update!(**args) @kind = args[:kind] if args.key?(:kind) end |