google_api_display_video v0.4.0 GoogleApi.DisplayVideo.V1.Model.LocationList View Source

A list of locations used for targeting.

Attributes

  • advertiserId (type: String.t, default: nil) - Required. Immutable. The unique ID of the advertiser the location list belongs to.
  • displayName (type: String.t, default: nil) - Required. The display name of the location list. Must be UTF-8 encoded with a maximum size of 240 bytes.
  • locationListId (type: String.t, default: nil) - Output only. The unique ID of the location list. Assigned by the system.
  • locationType (type: String.t, default: nil) - Required. Immutable. The type of location. All locations in the list will share this type.
  • name (type: String.t, default: nil) - Output only. The resource name of the location list.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.DisplayVideo.V1.Model.LocationList{
  advertiserId: String.t(),
  displayName: String.t(),
  locationListId: String.t(),
  locationType: String.t(),
  name: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.