pub type LabelsResource = Resource<Label>;Expand description
API resource for labels.
Aliased Type§
pub struct LabelsResource {
pub api_client: Arc<ApiClient>,
/* private fields */
}Fields§
§api_client: Arc<ApiClient>A reference to the shared API Client.