Class UnregisterGcpRequest
Request message for the UnregisterGCP method.
Implements
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 |