ContactGroupResponse constructor

ContactGroupResponse({
  1. ContactGroup? contactGroup,
  2. String? requestedResourceName,
  3. Status? status,
})

Implementation

ContactGroupResponse({
  this.contactGroup,
  this.requestedResourceName,
  this.status,
});