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.



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

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



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

def devices
  @devices
end

#next_page_tokenString

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

Returns:

  • (String)


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

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2113
2114
2115
2116
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 2113

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