ListEnvironmentsResponse constructor

ListEnvironmentsResponse({
  1. List<Environment>? environments,
  2. String? executionId,
  3. String? historyId,
  4. String? nextPageToken,
  5. String? projectId,
})

Implementation

ListEnvironmentsResponse({
  this.environments,
  this.executionId,
  this.historyId,
  this.nextPageToken,
  this.projectId,
});