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
819 820 821 |
# File 'generated/google/apis/gmail_v1/classes.rb', line 819 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
817 818 819 |
# File 'generated/google/apis/gmail_v1/classes.rb', line 817 def send_as @send_as end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
824 825 826 |
# File 'generated/google/apis/gmail_v1/classes.rb', line 824 def update!(**args) @send_as = args[:send_as] if args.key?(:send_as) end |