ListVersionsByFunctionResponse constructor

ListVersionsByFunctionResponse({
  1. String? nextMarker,
  2. List<FunctionConfiguration>? versions,
})

Implementation

ListVersionsByFunctionResponse({
  this.nextMarker,
  this.versions,
});