Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/chromemanagement_v1/classes.rb,
lib/google/apis/chromemanagement_v1/representations.rb,
lib/google/apis/chromemanagement_v1/representations.rb

Overview

Response to ListChromeBrowserProfileCommands method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse

Returns a new instance of GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse.



5005
5006
5007
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5005

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

Instance Attribute Details

#chrome_browser_profile_commandsArray<Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeBrowserProfileCommand>

The list of commands returned. Corresponds to the JSON property chromeBrowserProfileCommands



4993
4994
4995
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4993

def chrome_browser_profile_commands
  @chrome_browser_profile_commands
end

#next_page_tokenString

The pagination token that can be used to list the next page. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


4998
4999
5000
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4998

def next_page_token
  @next_page_token
end

#total_sizeFixnum

Total size represents an estimated number of resources returned. Corresponds to the JSON property totalSize

Returns:

  • (Fixnum)


5003
5004
5005
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5003

def total_size
  @total_size
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5010
5011
5012
5013
5014
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5010

def update!(**args)
  @chrome_browser_profile_commands = args[:chrome_browser_profile_commands] if args.key?(:chrome_browser_profile_commands)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
  @total_size = args[:total_size] if args.key?(:total_size)
end