class Google::Apis::GmailV1::ListDelegatesResponse

Response for the ListDelegates method.

Attributes

delegates[RW]

List of the user's delegates (with any verification status). If an account doesn't have delegates, this field doesn't appear. Corresponds to the JSON property `delegates` @return [Array<Google::Apis::GmailV1::Delegate>]

Public Class Methods

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