Show / Hide Table of Contents

Class About

Collection of information related to the about page (impressum).

Inheritance
object
About
Implements
IMessage<About>
IEquatable<About>
IDeepCloneable<About>
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 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
In this article
Back to top Generated by DocFX