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.



2133
2134
2135
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 2133

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)


2126
2127
2128
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 2126

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



2131
2132
2133
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 2131

def telemetry_events
  @telemetry_events
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2138
2139
2140
2141
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 2138

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