Class ClaimHomepageRequest
Request message for the ClaimHomepage method.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class ClaimHomepageRequest : IMessage<ClaimHomepageRequest>, IEquatable<ClaimHomepageRequest>, IDeepCloneable<ClaimHomepageRequest>, IBufferMessage, IMessage
Constructors
ClaimHomepageRequest()
Declaration
public ClaimHomepageRequest()
ClaimHomepageRequest(ClaimHomepageRequest)
Declaration
public ClaimHomepageRequest(ClaimHomepageRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| ClaimHomepageRequest | other |
Properties
HomepageName
HomepageName-typed view over the Name resource name property.
Declaration
public HomepageName HomepageName { get; set; }
Property Value
| Type | Description |
|---|---|
| HomepageName |
Name
Required. The name of the homepage to claim.
Format: accounts/{account}/homepage
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Overwrite
Optional. When set to true, this option removes any existing claim on the
requested website from any other account to the account making the request,
effectively replacing the previous claim.
Declaration
public bool Overwrite { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |