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

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

Overview

Export sink for cloud storage files.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ CloudStorageSink

Returns a new instance of CloudStorageSink.



242
243
244
# File 'generated/google/apis/vault_v1/classes.rb', line 242

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

Instance Attribute Details

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

Output only. The exported files on cloud storage. Corresponds to the JSON property files



240
241
242
# File 'generated/google/apis/vault_v1/classes.rb', line 240

def files
  @files
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



247
248
249
# File 'generated/google/apis/vault_v1/classes.rb', line 247

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