Class CustomersResource.OfflineUserDataJobsResource.AddOperationsRequest
Adds operations to the offline user data job. List of thrown errors: AuthenticationError AuthorizationError DatabaseError FieldError HeaderError InternalError MutateError OfflineUserDataJobError QuotaError RequestError
Inheritance
CustomersResource.OfflineUserDataJobsResource.AddOperationsRequest
Implements
Inherited Members
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesAddOfflineUserDataJobOperationsResponse>.Alt
Namespace: Google.Apis.SA360.v23
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class CustomersResource.OfflineUserDataJobsResource.AddOperationsRequest : SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesAddOfflineUserDataJobOperationsResponse>, IClientServiceRequest<GoogleAdsSearchads360V23ServicesAddOfflineUserDataJobOperationsResponse>, IClientServiceRequest
Constructors
AddOperationsRequest(IClientService, GoogleAdsSearchads360V23ServicesAddOfflineUserDataJobOperationsRequest, string)
Constructs a new AddOperations request.
Declaration
public AddOperationsRequest(IClientService service, GoogleAdsSearchads360V23ServicesAddOfflineUserDataJobOperationsRequest body, string resourceName)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| GoogleAdsSearchads360V23ServicesAddOfflineUserDataJobOperationsRequest | 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 OfflineUserDataJob.
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()