View Source GoogleApi.Eventarc.V1.Model.Provider (google_api_eventarc v0.13.0)

A representation of the Provider resource.

Attributes

  • displayName (type: String.t, default: nil) - Output only. Human friendly name for the Provider. For example "Cloud Storage".
  • eventTypes (type: list(GoogleApi.Eventarc.V1.Model.EventType.t), default: nil) - Output only. Event types for this provider.
  • name (type: String.t, default: nil) - Output only. In projects/{project}/locations/{location}/providers/{provider_id} format.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Eventarc.V1.Model.Provider{
  displayName: String.t() | nil,
  eventTypes: [GoogleApi.Eventarc.V1.Model.EventType.t()] | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.