ContactMethod constructor
ContactMethod({
- String? arn,
- String? contactEndpoint,
- DateTime? createdAt,
- ResourceLocation? location,
- String? name,
- ContactProtocol? protocol,
- ResourceType? resourceType,
- ContactMethodStatus? status,
- String? supportCode,
Implementation
ContactMethod({
this.arn,
this.contactEndpoint,
this.createdAt,
this.location,
this.name,
this.protocol,
this.resourceType,
this.status,
this.supportCode,
});