google_api_firestore v0.10.0 GoogleApi.Firestore.V1.Model.DocumentTransform View Source
A transformation of a document.
Attributes
document(type:String.t, default:nil) - The name of the document to transform.fieldTransforms(type:list(GoogleApi.Firestore.V1.Model.FieldTransform.t), default:nil) - The list of transformations to apply to the fields of the document, in order. This must not be empty.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Firestore.V1.Model.DocumentTransform{
document: String.t(),
fieldTransforms: [GoogleApi.Firestore.V1.Model.FieldTransform.t()]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.