PatchOrganizationRequest constructor

PatchOrganizationRequest({
  1. String? name,
  2. String? description,
})

Returns a new PatchOrganizationRequest instance.

Implementation

PatchOrganizationRequest({
  this.name,
  this.description,
});