Show / Hide Table of Contents

Class AccountsResource.CssProductsResource

The "cssProducts" collection of methods.

Inheritance
object
AccountsResource.CssProductsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Css.v1
Assembly: Google.Apis.Css.v1.dll
Syntax
public class AccountsResource.CssProductsResource

Constructors

CssProductsResource(IClientService)

Constructs a new resource.

Declaration
public CssProductsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Retrieves the processed CSS Product from your CSS Center account. After inserting, updating, or deleting a product input, it may take several minutes before the updated final product can be retrieved.

Declaration
public virtual AccountsResource.CssProductsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the CSS product to retrieve.

Returns
Type Description
AccountsResource.CssProductsResource.GetRequest

List(string)

Lists the processed CSS Products in your CSS Center account. The response might contain fewer items than specified by pageSize. Rely on pageToken to determine if there are more items to be requested. After inserting, updating, or deleting a CSS product input, it may take several minutes before the updated processed CSS product can be retrieved.

Declaration
public virtual AccountsResource.CssProductsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The account/domain to list processed CSS Products for. Format: accounts/{account}

Returns
Type Description
AccountsResource.CssProductsResource.ListRequest
In this article
Back to top Generated by DocFX