Class EditCustomerMatchMembersRequest
Request message for FirstAndThirdPartyAudienceService.EditCustomerMatchMembers.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class EditCustomerMatchMembersRequest : IDirectResponseSchema
Properties
AddedContactInfoList
Input only. A list of contact information to define the members to be added.
Declaration
[JsonProperty("addedContactInfoList")]
public virtual ContactInfoList AddedContactInfoList { get; set; }
Property Value
Type | Description |
---|---|
ContactInfoList |
AddedMobileDeviceIdList
Input only. A list of mobile device IDs to define the members to be added.
Declaration
[JsonProperty("addedMobileDeviceIdList")]
public virtual MobileDeviceIdList AddedMobileDeviceIdList { get; set; }
Property Value
Type | Description |
---|---|
MobileDeviceIdList |
AdvertiserId
Required. The ID of the owner advertiser of the updated Customer Match FirstAndThirdPartyAudience.
Declaration
[JsonProperty("advertiserId")]
public virtual long? AdvertiserId { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RemovedContactInfoList
Input only. A list of contact information to define the members to be removed.
Declaration
[JsonProperty("removedContactInfoList")]
public virtual ContactInfoList RemovedContactInfoList { get; set; }
Property Value
Type | Description |
---|---|
ContactInfoList |
RemovedMobileDeviceIdList
Input only. A list of mobile device IDs to define the members to be removed.
Declaration
[JsonProperty("removedMobileDeviceIdList")]
public virtual MobileDeviceIdList RemovedMobileDeviceIdList { get; set; }
Property Value
Type | Description |
---|---|
MobileDeviceIdList |