LicenseOperationFailure constructor

LicenseOperationFailure({
  1. String? errorMessage,
  2. DateTime? failureTime,
  3. List<Metadata>? metadataList,
  4. String? operationName,
  5. String? operationRequestedBy,
  6. String? resourceArn,
  7. String? resourceOwnerId,
  8. ResourceType? resourceType,
})

Implementation

LicenseOperationFailure({
  this.errorMessage,
  this.failureTime,
  this.metadataList,
  this.operationName,
  this.operationRequestedBy,
  this.resourceArn,
  this.resourceOwnerId,
  this.resourceType,
});