pub type CreateOneProjectData = Project;
Aliased Type§
pub struct CreateOneProjectData {
pub cluster_count: usize,
pub created: DateTime<Utc>,
pub id: String,
pub name: String,
pub org_id: String,
}
Fields§
§cluster_count: usize
§created: DateTime<Utc>
§id: String
§name: String
§org_id: String