Class Homepage
A store's homepage.
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.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 |