Class ApproveAccountServiceRequest
Request to approve an account service.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class ApproveAccountServiceRequest : IMessage<ApproveAccountServiceRequest>, IEquatable<ApproveAccountServiceRequest>, IDeepCloneable<ApproveAccountServiceRequest>, IBufferMessage, IMessage
Constructors
ApproveAccountServiceRequest()
Declaration
public ApproveAccountServiceRequest()
ApproveAccountServiceRequest(ApproveAccountServiceRequest)
Declaration
public ApproveAccountServiceRequest(ApproveAccountServiceRequest other)
Parameters
Type | Name | Description |
---|---|---|
ApproveAccountServiceRequest | other |
Properties
AccountServiceName
AccountServiceName-typed view over the Name resource name property.
Declaration
public AccountServiceName AccountServiceName { get; set; }
Property Value
Type | Description |
---|---|
AccountServiceName |
Name
Required. The resource name of the account service to approve.
Format: accounts/{account}/services/{service}
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |