class Google::Apis::VaultV1::VoiceOptions

Additional options for Voice search

Attributes

covered_data[RW]

Datatypes to search 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 1893
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 1898
def update!(**args)
  @covered_data = args[:covered_data] if args.key?(:covered_data)
end