Class CustomersResource.CustomColumnsResource.GetRequest
Returns the requested custom column in full detail.
Inheritance
CustomersResource.CustomColumnsResource.GetRequest
Implements
Inherited Members
Namespace: Google.Apis.SA360.v0
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class CustomersResource.CustomColumnsResource.GetRequest : SA360BaseServiceRequest<GoogleAdsSearchads360V0ResourcesCustomColumn>, IClientServiceRequest<GoogleAdsSearchads360V0ResourcesCustomColumn>, IClientServiceRequest
Constructors
GetRequest(IClientService, string)
Constructs a new Get request.
Declaration
public GetRequest(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 custom column to fetch.
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 Get parameter list.
Declaration
protected override void InitParameters()