Show / Hide Table of Contents

Class GetProductReviewRequest

Request message for the GetProductReview method.

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

Constructors

GetProductReviewRequest()

Declaration
public GetProductReviewRequest()

GetProductReviewRequest(GetProductReviewRequest)

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

Properties

Name

Required. The ID of the merchant review. Format: accounts/{account}/productReviews/{productReview}

Declaration
public string Name { get; set; }
Property Value
Type Description
string

ProductReviewName

ProductReviewName-typed view over the Name resource name property.

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