class Google::Apis::VaultV1::RemoveMatterPermissionsRequest

Remove an account as a matter collaborator.

Attributes

account_id[RW]

The account ID. Corresponds to the JSON property `accountId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/vault_v1/classes.rb, line 1653
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/vault_v1/classes.rb, line 1658
def update!(**args)
  @account_id = args[:account_id] if args.key?(:account_id)
end