name property
Name of the user list that must follow the pattern
buyers/{buyer}/userLists/{user_list}
, where {buyer}
represents the
account ID of the buyer who owns the user list.
For a bidder accessing user lists on behalf of a child seat buyer,
{buyer}
represents the account ID of the child seat buyer. {user_list}
is an int64 identifier assigned by Google to uniquely identify a user
list.
Output only.
Implementation
core.String? name;