Class AccountsResource.ConversionSourcesResource.PatchRequest
Updates information of an existing conversion source. Available only for Merchant Center Destination conversion sources.
Inheritance
Inherited Members
Namespace: Google.Apis.Merchant.conversions_v1beta
Assembly: Google.Apis.Merchant.conversions_v1beta.dll
Syntax
public class AccountsResource.ConversionSourcesResource.PatchRequest : MerchantBaseServiceRequest<ConversionSource>, IClientServiceRequest<ConversionSource>, IClientServiceRequest
Constructors
PatchRequest(IClientService, ConversionSource, string)
Constructs a new Patch request.
Declaration
public PatchRequest(IClientService service, ConversionSource body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ConversionSource | body | |
string | name |
Properties
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
Name
Output only. Identifier. Generated by the Content API upon creation of a new ConversionSource
.
Format: [a-z]{4}:.+ The four characters before the colon represent the type of conversio source.
Content after the colon represents the ID of the conversion source within that type. The ID of two
different conversion sources might be the same across different types. The following type prefixes
are supported: - galk: For GoogleAnalyticsLink sources. - mcdn: For MerchantCenterDestination
sources.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
UpdateMask
Optional. List of fields being updated.
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()