ProjectAttributeTemplatesApi class

Constructors

ProjectAttributeTemplatesApi.new([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

apiV2ProjectsProjectIdAttributesTemplatesSearchPost(String projectId, {int? skip, int? take, String? orderBy, String? searchField, String? searchValue, ProjectCustomAttributesTemplatesFilterModel? projectCustomAttributesTemplatesFilterModel}) Future<List<ProjectCustomAttributeTemplateGetModel>?>
Search for custom attributes templates
apiV2ProjectsProjectIdAttributesTemplatesSearchPostWithHttpInfo(String projectId, {int? skip, int? take, String? orderBy, String? searchField, String? searchValue, ProjectCustomAttributesTemplatesFilterModel? projectCustomAttributesTemplatesFilterModel}) Future<Response>
Search for custom attributes templates
apiV2ProjectsProjectIdAttributesTemplatesTemplateIdDelete(String projectId, String templateId) Future<void>
Delete CustomAttributeTemplate from Project
apiV2ProjectsProjectIdAttributesTemplatesTemplateIdDeleteWithHttpInfo(String projectId, String templateId) Future<Response>
Delete CustomAttributeTemplate from Project
apiV2ProjectsProjectIdAttributesTemplatesTemplateIdPost(String projectId, String templateId) Future<void>
Add CustomAttributeTemplate to Project
apiV2ProjectsProjectIdAttributesTemplatesTemplateIdPostWithHttpInfo(String projectId, String templateId) Future<Response>
Add CustomAttributeTemplate to Project
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited