GoogleApi.Connectors.V1.Model.Provider (google_api_connectors v0.2.0) View Source

Provider indicates the owner who provides the connectors.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. Created time.
  • description (type: String.t, default: nil) - Output only. Description of the resource.
  • displayName (type: String.t, default: nil) - Output only. Display name.
  • documentationUri (type: String.t, default: nil) - Output only. Link to documentation page.
  • externalUri (type: String.t, default: nil) - Output only. Link to external page.
  • labels (type: map(), default: nil) - Output only. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
  • name (type: String.t, default: nil) - Output only. Resource name of the Provider. Format: projects/{project}/locations/{location}/providers/{provider}
  • updateTime (type: DateTime.t, default: nil) - Output only. Updated time.
  • webAssetsLocation (type: String.t, default: nil) - Output only. Cloud storage location of icons etc consumed by UI.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Connectors.V1.Model.Provider{
  createTime: DateTime.t() | nil,
  description: String.t() | nil,
  displayName: String.t() | nil,
  documentationUri: String.t() | nil,
  externalUri: String.t() | nil,
  labels: map() | nil,
  name: String.t() | nil,
  updateTime: DateTime.t() | nil,
  webAssetsLocation: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.