Class AccountsResource.SavedadstylesResource
The "savedadstyles" collection of methods.
public class AccountsResource.SavedadstylesResource
- Inheritance
-
AccountsResource.SavedadstylesResource
- Inherited Members
Constructors
SavedadstylesResource(IClientService)
Constructs a new resource.
public SavedadstylesResource(IClientService service)
Parameters
service
IClientService
Methods
Get(string, string)
List a specific saved ad style for the specified account.
public virtual AccountsResource.SavedadstylesResource.GetRequest Get(string accountId, string savedAdStyleId)
Parameters
accountId
stringAccount for which to get the saved ad style.
savedAdStyleId
stringSaved ad style to retrieve.
Returns
List(string)
List all saved ad styles in the specified account.
public virtual AccountsResource.SavedadstylesResource.ListRequest List(string accountId)
Parameters
accountId
stringAccount for which to list saved ad styles.