google_api_apigee v0.14.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DataCollectorConfig View Source

A DataCollector and its configuration.

Attributes

  • name (type: String.t, default: nil) - The name of the data collector. Must be of the form 'organizations/{org}/datacollectors/{dc}'.
  • type (type: String.t, default: nil) - The data type this DataCollector accepts.

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.GoogleCloudApigeeV1DataCollectorConfig{
  name: String.t(),
  type: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.