Class: Google::Apis::ConfigV1::ExportPreviewResultResponse

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

Overview

A response to ExportPreviewResult call. Contains preview results.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ExportPreviewResultResponse

Returns a new instance of ExportPreviewResultResponse.



541
542
543
# File 'lib/google/apis/config_v1/classes.rb', line 541

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

Instance Attribute Details

#resultGoogle::Apis::ConfigV1::PreviewResult

Contains a signed Cloud Storage URLs. Corresponds to the JSON property result



539
540
541
# File 'lib/google/apis/config_v1/classes.rb', line 539

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



546
547
548
# File 'lib/google/apis/config_v1/classes.rb', line 546

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