View Source GoogleApi.DisplayVideo.V1.Model.CustomList (google_api_display_video v0.35.0)

Describes a custom list entity, such as a custom affinity or custom intent audience list.

Attributes

  • customListId (type: String.t, default: nil) - Output only. The unique ID of the custom list. Assigned by the system.
  • displayName (type: String.t, default: nil) - Output only. The display name of the custom list. .
  • name (type: String.t, default: nil) - Output only. The resource name of the custom list.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.CustomList{
  customListId: String.t() | nil,
  displayName: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.