class Google::Apis::GmailV1::ListSendAsResponse
Response for the ListSendAs method.
Attributes
send_as[RW]
List of send-as aliases. Corresponds to the JSON property `sendAs` @return [Array<Google::Apis::GmailV1::SendAs>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/gmail_v1/classes.rb, line 864 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/gmail_v1/classes.rb, line 869 def update!(**args) @send_as = args[:send_as] if args.key?(:send_as) end