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

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.
  • type (type: String.t, default: nil) - Immutable. The type of data this DataCollector will collect.

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.GoogleCloudApigeeV1DataCollector{
  createdAt: String.t(),
  description: String.t(),
  lastModifiedAt: String.t(),
  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.