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



275
276
277
# File 'generated/google/apis/vault_v1/classes.rb', line 275

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



273
274
275
# File 'generated/google/apis/vault_v1/classes.rb', line 273

def files
  @files
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



280
281
282
# File 'generated/google/apis/vault_v1/classes.rb', line 280

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