class Google::Apis::VaultV1::HeldVoiceQuery

Options for Voice holds.

Attributes

covered_data[RW]

A list of data types covered by the hold. Should be non-empty. Order does not matter and duplicates are ignored. Corresponds to the JSON property `coveredData` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/vault_v1/classes.rb, line 1014
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 1019
def update!(**args)
  @covered_data = args[:covered_data] if args.key?(:covered_data)
end