View Source GoogleApi.DisplayVideo.V3.Model.EditCustomerMatchMembersRequest (google_api_display_video v0.37.1)

Request message for FirstAndThirdPartyAudienceService.EditCustomerMatchMembers.

Attributes

  • addedContactInfoList (type: GoogleApi.DisplayVideo.V3.Model.ContactInfoList.t, default: nil) - Input only. A list of contact information to define the members to be added.
  • addedMobileDeviceIdList (type: GoogleApi.DisplayVideo.V3.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.V3.Model.ContactInfoList.t, default: nil) - Input only. A list of contact information to define the members to be removed.
  • removedMobileDeviceIdList (type: GoogleApi.DisplayVideo.V3.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.V3.Model.EditCustomerMatchMembersRequest{
  addedContactInfoList:
    GoogleApi.DisplayVideo.V3.Model.ContactInfoList.t() | nil,
  addedMobileDeviceIdList:
    GoogleApi.DisplayVideo.V3.Model.MobileDeviceIdList.t() | nil,
  advertiserId: String.t() | nil,
  removedContactInfoList:
    GoogleApi.DisplayVideo.V3.Model.ContactInfoList.t() | nil,
  removedMobileDeviceIdList:
    GoogleApi.DisplayVideo.V3.Model.MobileDeviceIdList.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.