Class SearchAds360FieldsResource
The "searchAds360Fields" collection of methods.
Inherited Members
Namespace: Google.Apis.SA360.v0
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class SearchAds360FieldsResource
Constructors
SearchAds360FieldsResource(IClientService)
Constructs a new resource.
Declaration
public SearchAds360FieldsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string)
Returns just the requested field. List of thrown errors: AuthenticationError AuthorizationError HeaderError InternalError QuotaError RequestError
Declaration
public virtual SearchAds360FieldsResource.GetRequest Get(string resourceName)
Parameters
Type | Name | Description |
---|---|---|
string | resourceName | Required. The resource name of the field to get. |
Returns
Type | Description |
---|---|
SearchAds360FieldsResource.GetRequest |
Search(GoogleAdsSearchads360V0ServicesSearchSearchAds360FieldsRequest)
Returns all fields that match the search query. List of thrown errors: AuthenticationError AuthorizationError HeaderError InternalError QueryError QuotaError RequestError
Declaration
public virtual SearchAds360FieldsResource.SearchRequest Search(GoogleAdsSearchads360V0ServicesSearchSearchAds360FieldsRequest body)
Parameters
Type | Name | Description |
---|---|---|
GoogleAdsSearchads360V0ServicesSearchSearchAds360FieldsRequest | body | The body of the request. |
Returns
Type | Description |
---|---|
SearchAds360FieldsResource.SearchRequest |