class Google::Apis::DriveV3::StartPageToken

Attributes

kind[RW]

This is always drive#startPageToken. Corresponds to the JSON property `kind` @return [String]

start_page_token[RW]

The starting page token for listing changes. Corresponds to the JSON property `startPageToken` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/drive_v3/classes.rb, line 1485
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/drive_v3/classes.rb, line 1490
def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @start_page_token = args[:start_page_token] if args.key?(:start_page_token)
end