View Source GoogleApi.DisplayVideo.V1.Model.EditCustomerMatchMembersRequest (google_api_display_video v0.34.0)
Request message for FirstAndThirdPartyAudienceService.EditCustomerMatchMembers.
Attributes
-
addedContactInfoList
(type:GoogleApi.DisplayVideo.V1.Model.ContactInfoList.t
, default:nil
) - Input only. A list of contact information to define the members to be added. -
addedMobileDeviceIdList
(type:GoogleApi.DisplayVideo.V1.Model.MobileDeviceIdList.t
, default:nil
) - Input only. A list of mobile device IDs to define the members to be added. -
advertiserId
(type:String.t
, default:nil
) - Required. The ID of the owner advertiser of the updated Customer Match FirstAndThirdPartyAudience. -
removedContactInfoList
(type:GoogleApi.DisplayVideo.V1.Model.ContactInfoList.t
, default:nil
) - Input only. A list of contact information to define the members to be removed. -
removedMobileDeviceIdList
(type:GoogleApi.DisplayVideo.V1.Model.MobileDeviceIdList.t
, default:nil
) - Input only. A list of mobile device IDs to define the members to be removed.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DisplayVideo.V1.Model.EditCustomerMatchMembersRequest{ addedContactInfoList: GoogleApi.DisplayVideo.V1.Model.ContactInfoList.t() | nil, addedMobileDeviceIdList: GoogleApi.DisplayVideo.V1.Model.MobileDeviceIdList.t() | nil, advertiserId: String.t() | nil, removedContactInfoList: GoogleApi.DisplayVideo.V1.Model.ContactInfoList.t() | nil, removedMobileDeviceIdList: GoogleApi.DisplayVideo.V1.Model.MobileDeviceIdList.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.