class Google::Apis::VaultV1::CloudStorageSink
Export
sink for Cloud Storage files.
Attributes
files[RW]
Output only. The exported files in Cloud Storage. Corresponds to the JSON property `files` @return [Array<Google::Apis::VaultV1::CloudStorageFile>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/vault_v1/classes.rb, line 314 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 319 def update!(**args) @files = args[:files] if args.key?(:files) end