Show / Hide Table of Contents

Class SavedadstylesResource

The "savedadstyles" collection of methods.

Inheritance
System.Object
SavedadstylesResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AdSense.v1_4
Assembly: Google.Apis.AdSense.v1_4.dll
Syntax
public class SavedadstylesResource

Constructors

SavedadstylesResource(IClientService)

Constructs a new resource.

Declaration
public SavedadstylesResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Methods

Get(String)

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

Declaration
public virtual SavedadstylesResource.GetRequest Get(string savedAdStyleId)
Parameters
Type Name Description
System.String savedAdStyleId

Saved ad style to retrieve.

Returns
Type Description
SavedadstylesResource.GetRequest

List()

List all saved ad styles in the user's account.

Declaration
public virtual SavedadstylesResource.ListRequest List()
Returns
Type Description
SavedadstylesResource.ListRequest
In This Article
Back to top