Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1ListTelemetryDevicesResponse
- Inherits:
-
Object
- Object
- Google::Apis::ChromemanagementV1::GoogleChromeManagementV1ListTelemetryDevicesResponse
- 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
-
#devices ⇒ Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryDevice>
Telemetry devices returned in the response.
-
#next_page_token ⇒ String
Token to specify next page in the list.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChromeManagementV1ListTelemetryDevicesResponse
constructor
A new instance of GoogleChromeManagementV1ListTelemetryDevicesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleChromeManagementV1ListTelemetryDevicesResponse
Returns a new instance of GoogleChromeManagementV1ListTelemetryDevicesResponse.
1695 1696 1697 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1695 def initialize(**args) update!(**args) end |
Instance Attribute Details
#devices ⇒ Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryDevice>
Telemetry devices returned in the response.
Corresponds to the JSON property devices
1688 1689 1690 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1688 def devices @devices end |
#next_page_token ⇒ String
Token to specify next page in the list.
Corresponds to the JSON property nextPageToken
1693 1694 1695 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1693 def next_page_token @next_page_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1700 1701 1702 1703 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1700 def update!(**args) @devices = args[:devices] if args.key?(:devices) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end |