Show / Hide Table of Contents

Class BuiltInSimpleActionAdditionalContent

Long text from external source.

Inheritance
object
BuiltInSimpleActionAdditionalContent
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX