Class FirstPartyAndPartnerAudiencesResource.EditCustomerMatchMembersRequest
Updates the member list of a Customer Match audience. Only supported for the following audience_type: *
CUSTOMER_MATCH_CONTACT_INFO * CUSTOMER_MATCH_DEVICE_ID
Inheritance
FirstPartyAndPartnerAudiencesResource.EditCustomerMatchMembersRequest
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class FirstPartyAndPartnerAudiencesResource.EditCustomerMatchMembersRequest : DisplayVideoBaseServiceRequest<EditCustomerMatchMembersResponse>, IClientServiceRequest<EditCustomerMatchMembersResponse>, IClientServiceRequest
Constructors
EditCustomerMatchMembersRequest(IClientService, EditCustomerMatchMembersRequest, long)
Constructs a new EditCustomerMatchMembers request.
Declaration
public EditCustomerMatchMembersRequest(IClientService service, EditCustomerMatchMembersRequest body, long firstPartyAndPartnerAudienceId)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| EditCustomerMatchMembersRequest | body | |
| long | firstPartyAndPartnerAudienceId |
Properties
FirstPartyAndPartnerAudienceId
Required. The ID of the Customer Match FirstPartyAndPartnerAudience whose members will be edited.
Declaration
[RequestParameter("firstPartyAndPartnerAudienceId", RequestParameterType.Path)]
public virtual long FirstPartyAndPartnerAudienceId { get; }
Property Value
| Type | Description |
|---|---|
| long |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes EditCustomerMatchMembers parameter list.
Declaration
protected override void InitParameters()