OpsItemIdentity constructor

OpsItemIdentity({
  1. String? arn,
})

Implementation

OpsItemIdentity({
  this.arn,
});