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.



2264
2265
2266
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 2264

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



2257
2258
2259
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 2257

def devices
  @devices
end

#next_page_tokenString

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

Returns:

  • (String)


2262
2263
2264
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 2262

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2269
2270
2271
2272
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 2269

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