Class FirstPartyAndPartnerAudiencesResource.PatchRequest
Updates an existing FirstPartyAndPartnerAudience. Only supported for the following audience_type: *
CUSTOMER_MATCH_CONTACT_INFO
* CUSTOMER_MATCH_DEVICE_ID
Inheritance
FirstPartyAndPartnerAudiencesResource.PatchRequest
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class FirstPartyAndPartnerAudiencesResource.PatchRequest : DisplayVideoBaseServiceRequest<FirstPartyAndPartnerAudience>, IClientServiceRequest<FirstPartyAndPartnerAudience>, IClientServiceRequest
Constructors
PatchRequest(IClientService, FirstPartyAndPartnerAudience, long)
Constructs a new Patch request.
Declaration
public PatchRequest(IClientService service, FirstPartyAndPartnerAudience body, long firstPartyAndPartnerAudienceId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
FirstPartyAndPartnerAudience | body | |
long | firstPartyAndPartnerAudienceId |
Properties
AdvertiserId
Required. The ID of the owner advertiser of the updated FirstPartyAndPartnerAudience.
Declaration
[RequestParameter("advertiserId", RequestParameterType.Query)]
public virtual long? AdvertiserId { get; set; }
Property Value
Type | Description |
---|---|
long? |
FirstPartyAndPartnerAudienceId
Identifier. The unique ID of the first party and partner audience. Assigned by the system.
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
UpdateMask
Required. The mask to control which fields to update. Updates are only supported for the following
fields: * displayName
* description
* membershipDurationDays
Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Patch parameter list.
Declaration
protected override void InitParameters()