Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1ListTelemetryDevicesResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromeManagementV1ListTelemetryDevicesResponse

Returns a new instance of GoogleChromeManagementV1ListTelemetryDevicesResponse.



2102
2103
2104
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 2102

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

Instance Attribute Details

#devicesArray<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryDevice>

Telemetry devices returned in the response. Corresponds to the JSON property devices



2095
2096
2097
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 2095

def devices
  @devices
end

#next_page_tokenString

Token to specify next page in the list. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


2100
2101
2102
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 2100

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2107
2108
2109
2110
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 2107

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