View Source GoogleApi.DisplayVideo.V1.Model.MobileDeviceIdList (google_api_display_video v0.37.1)
Wrapper message for a list of mobile device IDs defining Customer Match audience members.
Attributes
-
consent
(type:GoogleApi.DisplayVideo.V1.Model.Consent.t
, default:nil
) - Input only. The consent setting for the users in mobile_device_ids. Leaving this field unset indicates that consent is not specified. If ad_user_data or ad_personalization fields are set toCONSENT_STATUS_DENIED
, the request will return an error. -
mobileDeviceIds
(type:list(String.t)
, default:nil
) - A list of mobile device IDs defining Customer Match audience members. The size of mobile_device_ids mustn't be greater than 500,000.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DisplayVideo.V1.Model.MobileDeviceIdList{ consent: GoogleApi.DisplayVideo.V1.Model.Consent.t() | nil, mobileDeviceIds: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.