Class AccountsResource.SavedadstylesResource.GetRequest
List a specific saved ad style for the specified account.
public class AccountsResource.SavedadstylesResource.GetRequest : AdSenseBaseServiceRequest<SavedAdStyle>
- Inheritance
-
AccountsResource.SavedadstylesResource.GetRequest
- Inherited Members
Constructors
GetRequest(IClientService, string, string)
Constructs a new Get request.
public GetRequest(IClientService service, string accountId, string savedAdStyleId)
Parameters
Properties
AccountId
Account for which to get the saved ad style.
public virtual string AccountId { get; }
Property Value
HttpMethod
Gets the HTTP method.
public override string HttpMethod { get; }
Property Value
MethodName
Gets the method name.
public override string MethodName { get; }
Property Value
RestPath
Gets the REST path.
public override string RestPath { get; }
Property Value
SavedAdStyleId
Saved ad style to retrieve.
public virtual string SavedAdStyleId { get; }
Property Value
Methods
InitParameters()
Initializes Get parameter list.
protected override void InitParameters()