ListFileSharesOutput constructor

ListFileSharesOutput({
  1. List<FileShareInfo>? fileShareInfoList,
  2. String? marker,
  3. String? nextMarker,
})

Implementation

ListFileSharesOutput({
  this.fileShareInfoList,
  this.marker,
  this.nextMarker,
});