Class AccountsResource.CssProductInputsResource.DeleteRequest
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.
Inheritance
AccountsResource.CssProductInputsResource.DeleteRequest
Inherited Members
Namespace: Google.Apis.Css.v1
Assembly: Google.Apis.Css.v1.dll
Syntax
public class AccountsResource.CssProductInputsResource.DeleteRequest : CssBaseServiceRequest<Empty>, IClientServiceRequest<Empty>, IClientServiceRequest
Constructors
DeleteRequest(IClientService, string)
Constructs a new Delete request.
Declaration
public DeleteRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Required. The name of the CSS product input resource to delete. Format: accounts/{account}/cssProductInputs/{css_product_input}
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
SupplementalFeedId
The Content API Supplemental Feed ID. The field must not be set if the action applies to a primary feed. If the field is set, then product action applies to a supplemental feed instead of primary Content API feed.
Declaration
[RequestParameter("supplementalFeedId", RequestParameterType.Query)]
public virtual long? SupplementalFeedId { get; set; }
Property Value
Type | Description |
---|---|
long? |
Methods
InitParameters()
Initializes Delete parameter list.
Declaration
protected override void InitParameters()