Class ProposeAccountServiceRequest
Request to propose an account service.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class ProposeAccountServiceRequest : IMessage<ProposeAccountServiceRequest>, IEquatable<ProposeAccountServiceRequest>, IDeepCloneable<ProposeAccountServiceRequest>, IBufferMessage, IMessage
Constructors
ProposeAccountServiceRequest()
Declaration
public ProposeAccountServiceRequest()
ProposeAccountServiceRequest(ProposeAccountServiceRequest)
Declaration
public ProposeAccountServiceRequest(ProposeAccountServiceRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| ProposeAccountServiceRequest | other |
Properties
AccountService
Required. The account service to propose.
Declaration
public AccountService AccountService { get; set; }
Property Value
| Type | Description |
|---|---|
| AccountService |
Parent
Required. The resource name of the parent account for the service.
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 |
Provider
Required. The provider of the service. Either the reference to an account
such as providers/123 or a well-known service provider (one of
providers/GOOGLE_ADS or providers/GOOGLE_BUSINESS_PROFILE).
Declaration
public string Provider { get; set; }
Property Value
| Type | Description |
|---|---|
| string |