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

Data collector and its configuration.

Attributes

  • name (type: String.t, default: nil) - Name of the data collector in the following format: organizations/{org}/datacollectors/{datacollector}
  • type (type: String.t, default: nil) - Data type accepted by the data collector.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DataCollectorConfig{
  name: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.