Class CustomersResource.SmartCampaignSettingsResource.GetSmartCampaignStatusRequest
Returns the status of the requested Smart campaign.
Inheritance
CustomersResource.SmartCampaignSettingsResource.GetSmartCampaignStatusRequest
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class CustomersResource.SmartCampaignSettingsResource.GetSmartCampaignStatusRequest : SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesGetSmartCampaignStatusResponse>, IClientServiceRequest<GoogleAdsSearchads360V23ServicesGetSmartCampaignStatusResponse>, IClientServiceRequest
Constructors
GetSmartCampaignStatusRequest(IClientService, string)
Constructs a new GetSmartCampaignStatus request.
Declaration
public GetSmartCampaignStatusRequest(IClientService service, string resourceName)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| 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 Smart campaign setting belonging to the Smart campaign to fetch the status of.
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
InitParameters()
Initializes GetSmartCampaignStatus parameter list.
Declaration
protected override void InitParameters()