Show / Hide Table of Contents

Class AccountsResource.SavedadstylesResource

The "savedadstyles" collection of methods.

Inheritance
System.Object
AccountsResource.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, String)

List a specific saved ad style for the specified account.

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

Account for which to get the saved ad style.

System.String savedAdStyleId

Saved ad style to retrieve.

Returns
Type Description
AccountsResource.SavedadstylesResource.GetRequest

List(String)

List all saved ad styles in the specified account.

Declaration
public virtual AccountsResource.SavedadstylesResource.ListRequest List(string accountId)
Parameters
Type Name Description
System.String accountId

Account for which to list saved ad styles.

Returns
Type Description
AccountsResource.SavedadstylesResource.ListRequest
In This Article
Back to top