Class AccountsResource.SavedadstylesResource.ListRequest
List all saved ad styles in the specified account.
public class AccountsResource.SavedadstylesResource.ListRequest : AdSenseBaseServiceRequest<SavedAdStyles>
- Inheritance
-
AccountsResource.SavedadstylesResource.ListRequest
- Inherited Members
Constructors
ListRequest(IClientService, string)
Constructs a new List request.
public ListRequest(IClientService service, string accountId)
Parameters
service
IClientServiceaccountId
string
Properties
AccountId
Account for which to list saved ad styles.
public virtual string AccountId { get; }
Property Value
HttpMethod
Gets the HTTP method.
public override string HttpMethod { get; }
Property Value
MaxResults
The maximum number of saved ad styles to include in the response, used for paging.
public virtual int? MaxResults { get; set; }
Property Value
- int?
MethodName
Gets the method name.
public override string MethodName { get; }
Property Value
PageToken
A continuation token, used to page through saved ad styles. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response.
public virtual string PageToken { get; set; }
Property Value
RestPath
Gets the REST path.
public override string RestPath { get; }
Property Value
Methods
InitParameters()
Initializes List parameter list.
protected override void InitParameters()