Module: Google::Shopping::Merchant::Accounts::V1::AccountService::Mutability

Defined in:
proto_docs/google/shopping/merchant/accounts/v1/accountservices.rb

Overview

The list of mutability option settings a service can have.

Constant Summary collapse

MUTABILITY_UNSPECIFIED =

Unused default value

0
MUTABLE =

The service can be mutated without restrictions.

1
IMMUTABLE =

The service is read-only and must not be mutated.

2