GroupKind constructor

GroupKind({
  1. String? resourceGroup,
  2. String? resourceKind,
})

Implementation

GroupKind({
  this.resourceGroup,
  this.resourceKind,
});