Table of Contents

Class SavedadstylesResource.GetRequest

Namespace
Google.Apis.AdSense.v1_4
Assembly
Google.Apis.AdSense.v1_4.dll

Get a specific saved ad style from the user's account.

public class SavedadstylesResource.GetRequest : AdSenseBaseServiceRequest<SavedAdStyle>
Inheritance
SavedadstylesResource.GetRequest
Inherited Members

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

public GetRequest(IClientService service, string savedAdStyleId)

Parameters

service IClientService
savedAdStyleId string

Properties

HttpMethod

Gets the HTTP method.

public override string HttpMethod { get; }

Property Value

string

MethodName

Gets the method name.

public override string MethodName { get; }

Property Value

string

RestPath

Gets the REST path.

public override string RestPath { get; }

Property Value

string

SavedAdStyleId

Saved ad style to retrieve.

public virtual string SavedAdStyleId { get; }

Property Value

string

Methods

InitParameters()

Initializes Get parameter list.

protected override void InitParameters()