Class LinkGbpAccountRequest
Request message for the LinkGbpAccount method.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class LinkGbpAccountRequest : IMessage<LinkGbpAccountRequest>, IEquatable<LinkGbpAccountRequest>, IDeepCloneable<LinkGbpAccountRequest>, IBufferMessage, IMessage
Constructors
LinkGbpAccountRequest()
Declaration
public LinkGbpAccountRequest()
LinkGbpAccountRequest(LinkGbpAccountRequest)
Declaration
public LinkGbpAccountRequest(LinkGbpAccountRequest other)
Parameters
Type | Name | Description |
---|---|---|
LinkGbpAccountRequest | other |
Properties
GbpEmail
Required. The email address of the Business Profile account.
Declaration
public string GbpEmail { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
Required. The name of the parent resource to which the GBP account is
linked. Format: accounts/{account}
.
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentAsAccountName
AccountName-typed view over the Parent resource name property.
Declaration
public AccountName ParentAsAccountName { get; set; }
Property Value
Type | Description |
---|---|
AccountName |