LabelsApi class
Methods
-
deleteLabelsID(String labelID, {String? zapTraceSpan})
→ Future<void>
-
Delete a label
-
deleteLabelsIDWithHttpInfo(String labelID, {String? zapTraceSpan})
→ Future<Response>
-
Delete a label
-
getLabels({String? zapTraceSpan, String? orgID})
→ Future<LabelsResponse>
-
List all labels
-
getLabelsID(String labelID, {String? zapTraceSpan})
→ Future<LabelResponse>
-
Retrieve a label
-
getLabelsIDWithHttpInfo(String labelID, {String? zapTraceSpan})
→ Future<Response>
-
Retrieve a label
-
getLabelsWithHttpInfo({String? zapTraceSpan, String? orgID})
→ Future<Response>
-
List all labels
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patchLabelsID(String labelID, LabelUpdate labelUpdate, {String? zapTraceSpan})
→ Future<LabelResponse>
-
Update a label
-
patchLabelsIDWithHttpInfo(String labelID, LabelUpdate labelUpdate, {String? zapTraceSpan})
→ Future<Response>
-
Update a label
-
postLabels(LabelCreateRequest labelCreateRequest)
→ Future<LabelResponse>
-
Create a label
-
postLabelsWithHttpInfo(LabelCreateRequest labelCreateRequest)
→ Future<Response>
-
Create a label
-
toString()
→ String
-
A string representation of this object.
inherited