Show / Hide Table of Contents

Class UnclaimHomepageRequest

Request message for the UnclaimHomepage method.

Inheritance
object
UnclaimHomepageRequest
Implements
IMessage<UnclaimHomepageRequest>
IEquatable<UnclaimHomepageRequest>
IDeepCloneable<UnclaimHomepageRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class UnclaimHomepageRequest : IMessage<UnclaimHomepageRequest>, IEquatable<UnclaimHomepageRequest>, IDeepCloneable<UnclaimHomepageRequest>, IBufferMessage, IMessage

Constructors

UnclaimHomepageRequest()

Declaration
public UnclaimHomepageRequest()

UnclaimHomepageRequest(UnclaimHomepageRequest)

Declaration
public UnclaimHomepageRequest(UnclaimHomepageRequest other)
Parameters
Type Name Description
UnclaimHomepageRequest 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 unclaim. Format: accounts/{account}/homepage

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