DiscoveryApplicationPatchRequest constructor

const DiscoveryApplicationPatchRequest({
  1. String? description,
  2. int? categoryType,
  3. String? primaryLanguage,
  4. List<String>? customTags,
})

Implementation

const DiscoveryApplicationPatchRequest({
  this.description,
  this.categoryType,
  this.primaryLanguage,
  this.customTags,
});