Class: Google::Apis::GmailV1::ListHistoryResponse

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
more...

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) ⇒ ListHistoryResponse

Returns a new instance of ListHistoryResponse

[View source]

647
648
649
# File 'generated/google/apis/gmail_v1/classes.rb', line 647

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

Instance Attribute Details

#historyArray<Google::Apis::GmailV1::History>

List of history records. Any messages contained in the response will typically only have id and threadId fields populated. Corresponds to the JSON property history

Returns:


635
636
637
# File 'generated/google/apis/gmail_v1/classes.rb', line 635

def history
  @history
end

#history_idFixnum

The ID of the mailbox's current history record. Corresponds to the JSON property historyId

Returns:

  • (Fixnum)

640
641
642
# File 'generated/google/apis/gmail_v1/classes.rb', line 640

def history_id
  @history_id
end

#next_page_tokenString

Page token to retrieve the next page of results in the list. Corresponds to the JSON property nextPageToken

Returns:

  • (String)

645
646
647
# File 'generated/google/apis/gmail_v1/classes.rb', line 645

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

652
653
654
655
656
# File 'generated/google/apis/gmail_v1/classes.rb', line 652

def update!(**args)
  @history = args[:history] if args.key?(:history)
  @history_id = args[:history_id] if args.key?(:history_id)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
end
x

Warning: This is not the latest release.



Privacy · Terms