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.



388
389
390
# File 'lib/google/apis/vault_v1/classes.rb', line 388

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



386
387
388
# File 'lib/google/apis/vault_v1/classes.rb', line 386

def files
  @files
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



393
394
395
# File 'lib/google/apis/vault_v1/classes.rb', line 393

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