Class DeveloperRegistration
Represents a developer registration owned by a Merchant account.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class DeveloperRegistration : IMessage<DeveloperRegistration>, IEquatable<DeveloperRegistration>, IDeepCloneable<DeveloperRegistration>, IBufferMessage, IMessage
Constructors
DeveloperRegistration()
Declaration
public DeveloperRegistration()
DeveloperRegistration(DeveloperRegistration)
Declaration
public DeveloperRegistration(DeveloperRegistration other)
Parameters
Type | Name | Description |
---|---|---|
DeveloperRegistration | other |
Properties
DeveloperRegistrationName
DeveloperRegistrationName-typed view over the Name resource name property.
Declaration
public DeveloperRegistrationName DeveloperRegistrationName { get; set; }
Property Value
Type | Description |
---|---|
DeveloperRegistrationName |
GcpIds
Output only. The GCP ids attached to this developer registration
Declaration
public RepeatedField<string> GcpIds { get; }
Property Value
Type | Description |
---|---|
RepeatedField<string> |
Name
Identifier. The name
(ID) of the developer registration. Generated by the
Content API upon creation of a new DeveloperRegistration
. The account
represents the merchant ID of the merchant that owns the registration.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |