Class: Google::Apis::IdentitytoolkitV3::SignOutUserResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::IdentitytoolkitV3::SignOutUserResponse
 
- 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
Response of signing out user.
Instance Attribute Summary collapse
- 
  
    
      #local_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The local ID of the user. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ SignOutUserResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of SignOutUserResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ SignOutUserResponse
Returns a new instance of SignOutUserResponse
| 1064 1065 1066 | # File 'generated/google/apis/identitytoolkit_v3/classes.rb', line 1064 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#local_id ⇒ String
The local ID of the user.
Corresponds to the JSON property localId
| 1062 1063 1064 | # File 'generated/google/apis/identitytoolkit_v3/classes.rb', line 1062 def local_id @local_id end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1069 1070 1071 | # File 'generated/google/apis/identitytoolkit_v3/classes.rb', line 1069 def update!(**args) @local_id = args[:local_id] if args.key?(:local_id) end |