Class FirstAndThirdPartyAudiencesResource.PatchRequest
Updates an existing FirstAndThirdPartyAudience. Only supported for the following audience_type: *
CUSTOMER_MATCH_CONTACT_INFO
* CUSTOMER_MATCH_DEVICE_ID
Inheritance
FirstAndThirdPartyAudiencesResource.PatchRequest
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class FirstAndThirdPartyAudiencesResource.PatchRequest : DisplayVideoBaseServiceRequest<FirstAndThirdPartyAudience>, IClientServiceRequest<FirstAndThirdPartyAudience>, IClientServiceRequest
Constructors
PatchRequest(IClientService, FirstAndThirdPartyAudience, long)
Constructs a new Patch request.
Declaration
public PatchRequest(IClientService service, FirstAndThirdPartyAudience body, long firstAndThirdPartyAudienceId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
FirstAndThirdPartyAudience | body | |
long | firstAndThirdPartyAudienceId |
Properties
AdvertiserId
Required. The ID of the owner advertiser of the updated FirstAndThirdPartyAudience.
Declaration
[RequestParameter("advertiserId", RequestParameterType.Query)]
public virtual long? AdvertiserId { get; set; }
Property Value
Type | Description |
---|---|
long? |
FirstAndThirdPartyAudienceId
Output only. The unique ID of the first and third party audience. Assigned by the system.
Declaration
[RequestParameter("firstAndThirdPartyAudienceId", RequestParameterType.Path)]
public virtual long FirstAndThirdPartyAudienceId { 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()