Class: Google::Apis::VaultV1::CloudStorageSink

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/vault_v1/classes.rb,
lib/google/apis/vault_v1/representations.rb,
lib/google/apis/vault_v1/representations.rb

Overview

Export sink for Cloud Storage files.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CloudStorageSink

Returns a new instance of CloudStorageSink.



314
315
316
# File 'lib/google/apis/vault_v1/classes.rb', line 314

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#filesArray<Google::Apis::VaultV1::CloudStorageFile>

Output only. The exported files in Cloud Storage. Corresponds to the JSON property files



312
313
314
# File 'lib/google/apis/vault_v1/classes.rb', line 312

def files
  @files
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



319
320
321
# File 'lib/google/apis/vault_v1/classes.rb', line 319

def update!(**args)
  @files = args[:files] if args.key?(:files)
end