Class: Google::Apis::CloudassetV1beta1::OutputConfig

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

Overview

Output configuration for export assets destination.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ OutputConfig

Returns a new instance of OutputConfig.



1917
1918
1919
# File 'lib/google/apis/cloudasset_v1beta1/classes.rb', line 1917

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

Instance Attribute Details

#gcs_destinationGoogle::Apis::CloudassetV1beta1::GcsDestination

A Cloud Storage location. Corresponds to the JSON property gcsDestination



1915
1916
1917
# File 'lib/google/apis/cloudasset_v1beta1/classes.rb', line 1915

def gcs_destination
  @gcs_destination
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1922
1923
1924
# File 'lib/google/apis/cloudasset_v1beta1/classes.rb', line 1922

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