Class BuiltInSimpleActionAdditionalContent
Long text from external source.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class BuiltInSimpleActionAdditionalContent : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Paragraphs
Long text organized into paragraphs.
Declaration
[JsonProperty("paragraphs")]
public virtual IList<string> Paragraphs { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Title
Title of the additional content;
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |