Class AccountsResource.CssProductInputsResource
The "cssProductInputs" collection of methods.
Inherited Members
Namespace: Google.Apis.Css.v1
Assembly: Google.Apis.Css.v1.dll
Syntax
public class AccountsResource.CssProductInputsResource
Constructors
CssProductInputsResource(IClientService)
Constructs a new resource.
Declaration
public CssProductInputsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Delete(string)
Deletes a CSS Product input from your CSS Center account. After a delete it may take several minutes until the input is no longer available.
Declaration
public virtual AccountsResource.CssProductInputsResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the CSS product input resource to delete. Format: accounts/{account}/cssProductInputs/{css_product_input} |
Returns
Type | Description |
---|---|
AccountsResource.CssProductInputsResource.DeleteRequest |
Insert(CssProductInput, string)
Uploads a CssProductInput to your CSS Center account. If an input with the same contentLanguage, identity, feedLabel and feedId already exists, this method replaces that entry. After inserting, updating, or deleting a CSS Product input, it may take several minutes before the processed CSS Product can be retrieved.
Declaration
public virtual AccountsResource.CssProductInputsResource.InsertRequest Insert(CssProductInput body, string parent)
Parameters
Type | Name | Description |
---|---|---|
CssProductInput | body | The body of the request. |
string | parent | Required. The account where this CSS Product will be inserted. Format: accounts/{account} |
Returns
Type | Description |
---|---|
AccountsResource.CssProductInputsResource.InsertRequest |