Class EditCustomerMatchMembersRequest
Request message for FirstAndThirdPartyAudienceService.EditCustomerMatchMembers.
Inheritance
object
EditCustomerMatchMembersRequest
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.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 |