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

Data collector configuration.

Attributes

  • createdAt (type: String.t, default: nil) - Output only. The time at which the data collector was created in milliseconds since the epoch.
  • description (type: String.t, default: nil) - A description of the data collector.
  • lastModifiedAt (type: String.t, default: nil) - Output only. The time at which the Data Collector was last updated in milliseconds since the epoch.
  • name (type: String.t, default: nil) - ID of the data collector. Must begin with dc_.
  • type (type: String.t, default: nil) - Immutable. The type of data this data collector will collect.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DataCollector{
  createdAt: String.t() | nil,
  description: String.t() | nil,
  lastModifiedAt: String.t() | nil,
  name: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.