Show / Hide Table of Contents

Class Homepage

The Homepage message represents a business's store homepage within the system.

A business's homepage is the primary domain where customers interact with their store.

The homepage can be claimed and verified as a proof of ownership and allows the business to unlock features that require a verified website. For more information, see Understanding online store URL verification.

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

Constructors

Homepage()

Declaration
public Homepage()

Homepage(Homepage)

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

Properties

Claimed

Output only. Whether the homepage is claimed. See https://support.google.com/merchants/answer/176793.

Declaration
public bool Claimed { get; set; }
Property Value
Type Description
bool

HasUri

Gets whether the "uri" field is set

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

HomepageName

HomepageName-typed view over the Name resource name property.

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

Name

Identifier. The resource name of the store's homepage. Format: accounts/{account}/homepage

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

Uri

Required. The URI (typically a URL) of the store's homepage.

Declaration
public string Uri { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX