View Source GoogleApi.DisplayVideo.V1.Model.EditCustomerMatchMembersRequest (google_api_display_video v0.31.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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.