ContactGroupResponse constructor
ContactGroupResponse({
- ContactGroup? contactGroup,
- String? requestedResourceName,
- Status? status,
Implementation
ContactGroupResponse({
this.contactGroup,
this.requestedResourceName,
this.status,
});