SACAttachment constructor

SACAttachment({
  1. String? createTime,
  2. Map<String, String>? labels,
  3. String? name,
  4. String? nccGateway,
  5. String? sacRealm,
  6. String? state,
  7. String? updateTime,
})

Implementation

SACAttachment({
  this.createTime,
  this.labels,
  this.name,
  this.nccGateway,
  this.sacRealm,
  this.state,
  this.updateTime,
});