DescribeLocationSmbResponse constructor

DescribeLocationSmbResponse({
  1. List<String>? agentArns,
  2. DateTime? creationTime,
  3. String? domain,
  4. String? locationArn,
  5. String? locationUri,
  6. SmbMountOptions? mountOptions,
  7. String? user,
})

Implementation

DescribeLocationSmbResponse({
  this.agentArns,
  this.creationTime,
  this.domain,
  this.locationArn,
  this.locationUri,
  this.mountOptions,
  this.user,
});