Class: Google::Apis::GmailV1::ListSendAsResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::GmailV1::ListSendAsResponse
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/gmail_v1/classes.rb,
 generated/google/apis/gmail_v1/representations.rb,
 generated/google/apis/gmail_v1/representations.rb
Overview
Response for the ListSendAs method.
Instance Attribute Summary collapse
- 
  
    
      #send_as  ⇒ Array<Google::Apis::GmailV1::SendAs> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    List of send-as aliases. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ListSendAsResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ListSendAsResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListSendAsResponse
Returns a new instance of ListSendAsResponse
| 770 771 772 | # File 'generated/google/apis/gmail_v1/classes.rb', line 770 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#send_as ⇒ Array<Google::Apis::GmailV1::SendAs>
List of send-as aliases.
Corresponds to the JSON property sendAs
| 768 769 770 | # File 'generated/google/apis/gmail_v1/classes.rb', line 768 def send_as @send_as end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 775 776 777 | # File 'generated/google/apis/gmail_v1/classes.rb', line 775 def update!(**args) @send_as = args[:send_as] if args.key?(:send_as) end |