class Google::Apis::FirestoreV1::GoogleFirestoreAdminV1ExportDocumentsResponse
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_v1/classes.rb, line 879 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_v1/classes.rb, line 884 def update!(**args) @output_uri_prefix = args[:output_uri_prefix] if args.key?(:output_uri_prefix) end