Class GetCssProductRequest
The request message for the GetCssProduct method.
Implements
Namespace: Google.Shopping.Css.V1
Assembly: Google.Shopping.Css.V1.dll
Syntax
public sealed class GetCssProductRequest : IMessage<GetCssProductRequest>, IEquatable<GetCssProductRequest>, IDeepCloneable<GetCssProductRequest>, IBufferMessage, IMessage
Constructors
GetCssProductRequest()
Declaration
public GetCssProductRequest()
GetCssProductRequest(GetCssProductRequest)
Declaration
public GetCssProductRequest(GetCssProductRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| GetCssProductRequest | other |
Properties
CssProductName
CssProductName-typed view over the Name resource name property.
Declaration
public CssProductName CssProductName { get; set; }
Property Value
| Type | Description |
|---|---|
| CssProductName |
Name
Required. The name of the CSS product to retrieve.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |