Class CustomersResource.AdGroupAdsResource.RemoveAutomaticallyCreatedAssetsRequest
Remove automatically created assets from an ad. List of thrown errors: AdError AuthenticationError AuthorizationError AutomaticallyCreatedAssetRemovalError HeaderError InternalError MutateError QuotaError RequestError
Inheritance
CustomersResource.AdGroupAdsResource.RemoveAutomaticallyCreatedAssetsRequest
Inherited Members
Namespace: Google.Apis.SA360.v23
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class CustomersResource.AdGroupAdsResource.RemoveAutomaticallyCreatedAssetsRequest : SA360BaseServiceRequest<GoogleProtobufEmpty>, IClientServiceRequest<GoogleProtobufEmpty>, IClientServiceRequest
Constructors
RemoveAutomaticallyCreatedAssetsRequest(IClientService, GoogleAdsSearchads360V23ServicesRemoveAutomaticallyCreatedAssetsRequest, string)
Constructs a new RemoveAutomaticallyCreatedAssets request.
Declaration
public RemoveAutomaticallyCreatedAssetsRequest(IClientService service, GoogleAdsSearchads360V23ServicesRemoveAutomaticallyCreatedAssetsRequest body, string adGroupAd)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| GoogleAdsSearchads360V23ServicesRemoveAutomaticallyCreatedAssetsRequest | body | |
| string | adGroupAd |
Properties
AdGroupAd
Required. The resource name of the AdGroupAd from which to remove automatically created assets.
Declaration
[RequestParameter("adGroupAd", RequestParameterType.Path)]
public virtual string AdGroupAd { get; }
Property Value
| Type | Description |
|---|---|
| string |
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
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes RemoveAutomaticallyCreatedAssets parameter list.
Declaration
protected override void InitParameters()