ListTransformationsResponse constructor

ListTransformationsResponse({
  1. String? nextPageToken,
  2. List<Transformation>? transformation,
})

Implementation

ListTransformationsResponse({
  this.nextPageToken,
  this.transformation,
});