Show / Hide Table of Contents

Class UnregisterGcpRequest

Request message for the UnregisterGCP method.

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

Constructors

UnregisterGcpRequest()

Declaration
public UnregisterGcpRequest()

UnregisterGcpRequest(UnregisterGcpRequest)

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

Properties

DeveloperRegistrationName

DeveloperRegistrationName-typed view over the Name resource name property.

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

Name

Required. The name of the developer registration to be created for the merchant account that the GCP will be registered with. Format: accounts/{account}/developerRegistration

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