class Google::Apis::FirestoreV1beta2::GoogleFirestoreAdminV1beta2ExportDocumentsResponse
Returned in the google.longrunning.Operation response field.
Attributes
output_uri_prefix[RW]
Location of the output files. This can be used to begin an import into Cloud Firestore (this project or another project) after the operation completes successfully. Corresponds to the JSON property `outputUriPrefix` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/firestore_v1beta2/classes.rb, line 143 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/firestore_v1beta2/classes.rb, line 148 def update!(**args) @output_uri_prefix = args[:output_uri_prefix] if args.key?(:output_uri_prefix) end