Show / Hide Table of Contents

Class StructuredTitle

Structured title, for algorithmically (AI)-generated titles.

Inheritance
object
StructuredTitle
Implements
IMessage<StructuredTitle>
IEquatable<StructuredTitle>
IDeepCloneable<StructuredTitle>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Products.V1
Assembly: Google.Shopping.Merchant.Products.V1.dll
Syntax
public sealed class StructuredTitle : IMessage<StructuredTitle>, IEquatable<StructuredTitle>, IDeepCloneable<StructuredTitle>, IBufferMessage, IMessage

Constructors

StructuredTitle()

Declaration
public StructuredTitle()

StructuredTitle(StructuredTitle)

Declaration
public StructuredTitle(StructuredTitle other)
Parameters
Type Name Description
StructuredTitle other

Properties

Content

The title text Maximum length is 150 characters

Declaration
public string Content { get; set; }
Property Value
Type Description
string

DigitalSourceType

The digital source type. Following IPTC.

Declaration
public DigitalSourceType DigitalSourceType { get; set; }
Property Value
Type Description
DigitalSourceType

HasContent

Gets whether the "content" field is set

Declaration
public bool HasContent { get; }
Property Value
Type Description
bool

HasDigitalSourceType

Gets whether the "digital_source_type" field is set

Declaration
public bool HasDigitalSourceType { get; }
Property Value
Type Description
bool
In this article
Back to top Generated by DocFX