Enum AccountService.Types.Mutability
The list of mutability option settings a service can have.
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public enum AccountService.Types.Mutability
Fields
| Name | Description |
|---|---|
| Immutable | The service is read-only and must not be mutated. |
| Mutable | The service can be mutated without restrictions. |
| Unspecified | Unused default value |