class Google::Apis::GmailV1::ListLabelsResponse
Attributes
labels[RW]
List of labels. Corresponds to the JSON property `labels` @return [Array<Google::Apis::GmailV1::Label>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/gmail_v1/classes.rb, line 355 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/gmail_v1/classes.rb, line 360 def update!(**args) @labels = args[:labels] if args.key?(:labels) end