Show / Hide Table of Contents

Class MerchantReviewStatus.Types.MerchantReviewDestinationStatus

The destination status of the merchant review status.

Inheritance
object
MerchantReviewStatus.Types.MerchantReviewDestinationStatus
Implements
IMessage<MerchantReviewStatus.Types.MerchantReviewDestinationStatus>
IEquatable<MerchantReviewStatus.Types.MerchantReviewDestinationStatus>
IDeepCloneable<MerchantReviewStatus.Types.MerchantReviewDestinationStatus>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Reviews.V1Beta
Assembly: Google.Shopping.Merchant.Reviews.V1Beta.dll
Syntax
public sealed class MerchantReviewStatus.Types.MerchantReviewDestinationStatus : IMessage<MerchantReviewStatus.Types.MerchantReviewDestinationStatus>, IEquatable<MerchantReviewStatus.Types.MerchantReviewDestinationStatus>, IDeepCloneable<MerchantReviewStatus.Types.MerchantReviewDestinationStatus>, IBufferMessage, IMessage

Constructors

MerchantReviewDestinationStatus()

Declaration
public MerchantReviewDestinationStatus()

MerchantReviewDestinationStatus(MerchantReviewDestinationStatus)

Declaration
public MerchantReviewDestinationStatus(MerchantReviewStatus.Types.MerchantReviewDestinationStatus other)
Parameters
Type Name Description
MerchantReviewStatus.Types.MerchantReviewDestinationStatus other

Properties

ReportingContext

Output only. The name of the reporting context.

Declaration
public ReportingContext.Types.ReportingContextEnum ReportingContext { get; set; }
Property Value
Type Description
ReportingContext.Types.ReportingContextEnum
In this article
Back to top Generated by DocFX