ContactMethod constructor

ContactMethod({
  1. String? arn,
  2. String? contactEndpoint,
  3. DateTime? createdAt,
  4. ResourceLocation? location,
  5. String? name,
  6. ContactProtocol? protocol,
  7. ResourceType? resourceType,
  8. ContactMethodStatus? status,
  9. String? supportCode,
})

Implementation

ContactMethod({
  this.arn,
  this.contactEndpoint,
  this.createdAt,
  this.location,
  this.name,
  this.protocol,
  this.resourceType,
  this.status,
  this.supportCode,
});