Class CustomersResource.BatchJobsResource.AddOperationsRequest
Add operations to the batch job. List of thrown errors: AuthenticationError AuthorizationError BatchJobError HeaderError InternalError QuotaError RequestError ResourceCountLimitExceededError
Inheritance
CustomersResource.BatchJobsResource.AddOperationsRequest
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class CustomersResource.BatchJobsResource.AddOperationsRequest : SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesAddBatchJobOperationsResponse>, IClientServiceRequest<GoogleAdsSearchads360V23ServicesAddBatchJobOperationsResponse>, IClientServiceRequest
Constructors
AddOperationsRequest(IClientService, GoogleAdsSearchads360V23ServicesAddBatchJobOperationsRequest, string)
Constructs a new AddOperations request.
Declaration
public AddOperationsRequest(IClientService service, GoogleAdsSearchads360V23ServicesAddBatchJobOperationsRequest body, string resourceName)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| GoogleAdsSearchads360V23ServicesAddBatchJobOperationsRequest | body | |
| string | resourceName |
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
ResourceName
Required. The resource name of the batch job.
Declaration
[RequestParameter("resourceName", RequestParameterType.Path)]
public virtual string ResourceName { get; }
Property Value
| Type | Description |
|---|---|
| string |
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 AddOperations parameter list.
Declaration
protected override void InitParameters()