Show / Hide Table of Contents

Class GetMerchantReviewRequest

Request message for the GetMerchantReview method.

Inheritance
object
GetMerchantReviewRequest
Implements
IMessage<GetMerchantReviewRequest>
IEquatable<GetMerchantReviewRequest>
IDeepCloneable<GetMerchantReviewRequest>
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 GetMerchantReviewRequest : IMessage<GetMerchantReviewRequest>, IEquatable<GetMerchantReviewRequest>, IDeepCloneable<GetMerchantReviewRequest>, IBufferMessage, IMessage

Constructors

GetMerchantReviewRequest()

Declaration
public GetMerchantReviewRequest()

GetMerchantReviewRequest(GetMerchantReviewRequest)

Declaration
public GetMerchantReviewRequest(GetMerchantReviewRequest other)
Parameters
Type Name Description
GetMerchantReviewRequest other

Properties

MerchantReviewName

MerchantReviewName-typed view over the Name resource name property.

Declaration
public MerchantReviewName MerchantReviewName { get; set; }
Property Value
Type Description
MerchantReviewName

Name

Required. The ID of the merchant review. Format: accounts/{account}/merchantReviews/{merchantReview}

Declaration
public string Name { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX