GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListDataCollectorsResponse (google_api_apigee v0.33.0) View Source
Response for ListDataCollectors.
Attributes
-
dataCollectors
(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DataCollector.t)
, default:nil
) - Data collectors in the specified organization. -
nextPageToken
(type:String.t
, default:nil
) - Page token that you can include in a ListDataCollectors request to retrieve the next page. If omitted, no subsequent pages exist.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListDataCollectorsResponse{ dataCollectors: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DataCollector.t()] | nil, nextPageToken: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.