SourceCredentialsInfo constructor

SourceCredentialsInfo({
  1. String? arn,
  2. AuthType? authType,
  3. ServerType? serverType,
})

Implementation

SourceCredentialsInfo({
  this.arn,
  this.authType,
  this.serverType,
});