CustomFieldsGet$Response constructor
CustomFieldsGet$Response({
- int? count,
- String? next,
- String? previous,
- List<
CustomField> ? results,
Implementation
CustomFieldsGet$Response({
this.count,
this.next,
this.previous,
this.results,
});