Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1ListTelemetryEventsResponse

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 message for listing telemetry events for a customer.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromeManagementV1ListTelemetryEventsResponse

Returns a new instance of GoogleChromeManagementV1ListTelemetryEventsResponse.



1636
1637
1638
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1636

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

Instance Attribute Details

#next_page_tokenString

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

Returns:

  • (String)


1629
1630
1631
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1629

def next_page_token
  @next_page_token
end

#telemetry_eventsArray<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryEvent>

Telemetry events returned in the response. Corresponds to the JSON property telemetryEvents



1634
1635
1636
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1634

def telemetry_events
  @telemetry_events
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1641
1642
1643
1644
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 1641

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