Class: Google::Apis::ConfigV1::ExportPreviewResultResponse
- Inherits:
-
Object
- Object
- Google::Apis::ConfigV1::ExportPreviewResultResponse
- 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
-
#result ⇒ Google::Apis::ConfigV1::PreviewResult
Contains a signed Cloud Storage URLs.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ExportPreviewResultResponse
constructor
A new instance of ExportPreviewResultResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ExportPreviewResultResponse
Returns a new instance of ExportPreviewResultResponse.
942 943 944 |
# File 'lib/google/apis/config_v1/classes.rb', line 942 def initialize(**args) update!(**args) end |
Instance Attribute Details
#result ⇒ Google::Apis::ConfigV1::PreviewResult
Contains a signed Cloud Storage URLs.
Corresponds to the JSON property result
940 941 942 |
# File 'lib/google/apis/config_v1/classes.rb', line 940 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
947 948 949 |
# File 'lib/google/apis/config_v1/classes.rb', line 947 def update!(**args) @result = args[:result] if args.key?(:result) end |