Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EditCustomerMatchMembersRequest

import type { EditCustomerMatchMembersRequest } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

Request message for FirstAndThirdPartyAudienceService.EditCustomerMatchMembers.

interface EditCustomerMatchMembersRequest {
addedContactInfoList?: ContactInfoList;
addedMobileDeviceIdList?: MobileDeviceIdList;
advertiserId?: bigint;
removedContactInfoList?: ContactInfoList;
removedMobileDeviceIdList?: MobileDeviceIdList;
}

§Properties

§
addedContactInfoList?: ContactInfoList
[src]

Input only. A list of contact information to define the members to be added.

§
addedMobileDeviceIdList?: MobileDeviceIdList
[src]

Input only. A list of mobile device IDs to define the members to be added.

§
advertiserId?: bigint
[src]

Required. The ID of the owner advertiser of the updated Customer Match FirstAndThirdPartyAudience.

§
removedContactInfoList?: ContactInfoList
[src]

Input only. A list of contact information to define the members to be removed.

§
removedMobileDeviceIdList?: MobileDeviceIdList
[src]

Input only. A list of mobile device IDs to define the members to be removed.