Class Homepage
A store's homepage.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.accounts_v1beta.Data
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class Homepage : IDirectResponseSchema
Properties
Claimed
Output only. Whether the homepage is claimed. See https://support.google.com/merchants/answer/176793.
Declaration
[JsonProperty("claimed")]
public virtual bool? Claimed { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Identifier. The resource name of the store's homepage. Format: accounts/{account}/homepage
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Uri
Required. The URI (typically a URL) of the store's homepage.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |