class Google::Apis::GmailV1::ListForwardingAddressesResponse

Response for the ListForwardingAddresses method.

Attributes

forwarding_addresses[RW]

List of addresses that may be used for forwarding. Corresponds to the JSON property `forwardingAddresses` @return [Array<Google::Apis::GmailV1::ForwardingAddress>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/gmail_v1/classes.rb, line 759
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 764
def update!(**args)
  @forwarding_addresses = args[:forwarding_addresses] if args.key?(:forwarding_addresses)
end