ModifyLabelsRequest constructor
ModifyLabelsRequest({
- String? kind,
- List<
LabelModification> ? labelModifications,
Implementation
ModifyLabelsRequest({
this.kind,
this.labelModifications,
});