Class: Google::Apis::GmailV1::ListSendAsResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListSendAsResponse

Returns a new instance of ListSendAsResponse.



860
861
862
# File 'generated/google/apis/gmail_v1/classes.rb', line 860

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#send_asArray<Google::Apis::GmailV1::SendAs>

List of send-as aliases. Corresponds to the JSON property sendAs

Returns:



858
859
860
# File 'generated/google/apis/gmail_v1/classes.rb', line 858

def send_as
  @send_as
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



865
866
867
# File 'generated/google/apis/gmail_v1/classes.rb', line 865

def update!(**args)
  @send_as = args[:send_as] if args.key?(:send_as)
end