Class About
Collection of information related to the about page (impressum).
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class About : IMessage<About>, IEquatable<About>, IDeepCloneable<About>, IBufferMessage, IMessage
Constructors
About()
Declaration
public About()
About(About)
Declaration
public About(About other)
Parameters
Type | Name | Description |
---|---|---|
About | other |
Properties
State
Output only. The state of the URI.
Declaration
public ReviewState.Types.State State { get; set; }
Property Value
Type | Description |
---|---|
ReviewState.Types.State |
Uri
Required. The about page URI.
Declaration
public string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |