View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_UserList (google_api_search_ads360 v0.4.0)

A user list. This is a list of users a customer may target.

Attributes

  • id (type: String.t, default: nil) - Output only. Id of the user list.
  • name (type: String.t, default: nil) - Name of this user list. Depending on its access_reason, the user list name may not be unique (for example, if access_reason=SHARED)
  • resourceName (type: String.t, default: nil) - Immutable. The resource name of the user list. User list resource names have the form: customers/{customer_id}/userLists/{user_list_id}
  • type (type: String.t, default: nil) - Output only. Type of this list. This field is read-only.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_UserList{
    id: String.t() | nil,
    name: String.t() | nil,
    resourceName: String.t() | nil,
    type: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.