Class EditCustomerMatchMembersResponse
The response of FirstAndThirdPartyAudienceService.EditCustomerMatchMembers.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class EditCustomerMatchMembersResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FirstPartyAndPartnerAudienceId
Required. The ID of the updated Customer Match FirstPartyAndPartnerAudience.
Declaration
[JsonProperty("firstPartyAndPartnerAudienceId")]
public virtual long? FirstPartyAndPartnerAudienceId { get; set; }
Property Value
Type | Description |
---|---|
long? |