View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListDataCollectorsResponse (google_api_apigee v0.46.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ListDataCollectorsResponse{
  dataCollectors:
    [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DataCollector.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.