Show / Hide Table of Contents

Class AccountsResource.MerchantReviewsResource

The "merchantReviews" collection of methods.

Inheritance
object
AccountsResource.MerchantReviewsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.reviews_v1beta
Assembly: Google.Apis.Merchant.reviews_v1beta.dll
Syntax
public class AccountsResource.MerchantReviewsResource

Constructors

MerchantReviewsResource(IClientService)

Constructs a new resource.

Declaration
public MerchantReviewsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Delete(string)

Deletes merchant review.

Declaration
public virtual AccountsResource.MerchantReviewsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

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

Returns
Type Description
AccountsResource.MerchantReviewsResource.DeleteRequest

Get(string)

Gets a merchant review.

Declaration
public virtual AccountsResource.MerchantReviewsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

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

Returns
Type Description
AccountsResource.MerchantReviewsResource.GetRequest

Insert(MerchantReview, string)

Inserts a review for your Merchant Center account. If the review already exists, then the review is replaced with the new instance.

Declaration
public virtual AccountsResource.MerchantReviewsResource.InsertRequest Insert(MerchantReview body, string parent)
Parameters
Type Name Description
MerchantReview body

The body of the request.

string parent

Required. The account where the merchant review will be inserted. Format: accounts/{account}

Returns
Type Description
AccountsResource.MerchantReviewsResource.InsertRequest

List(string)

Lists merchant reviews.

Declaration
public virtual AccountsResource.MerchantReviewsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The account to list merchant reviews for. Format: accounts/{account}

Returns
Type Description
AccountsResource.MerchantReviewsResource.ListRequest
In this article
Back to top Generated by DocFX