Class SearchAds360FieldsResource.GetRequest
Returns just the requested field. List of thrown errors: AuthenticationError AuthorizationError HeaderError InternalError QuotaError RequestError
Inheritance
SearchAds360FieldsResource.GetRequest
Implements
Inherited Members
Namespace: Google.Apis.SA360.v0
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class SearchAds360FieldsResource.GetRequest : SA360BaseServiceRequest<GoogleAdsSearchads360V0ResourcesSearchAds360Field>, IClientServiceRequest<GoogleAdsSearchads360V0ResourcesSearchAds360Field>, 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 field to get.
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()