Added workspace id to v3 sdk (#134)

* Added workspace id to v3 sdk

* use init setter
This commit is contained in:
Jedd Morgan
2024-10-15 12:57:15 +01:00
committed by GitHub
parent 3b859ba398
commit 8f8be7482a
2 changed files with 7 additions and 0 deletions
@@ -25,4 +25,6 @@ public sealed class Project
public Model model { get; init; }
public List<ModelsTreeItem> modelChildrenTree { get; init; }
public ResourceCollection<ModelsTreeItem> modelsTree { get; init; }
public string workspaceId { get; init; }
}
@@ -35,6 +35,7 @@ public sealed class ProjectResource
createdAt
updatedAt
sourceApps
workspaceId
}
}
""";
@@ -170,6 +171,7 @@ public sealed class ProjectResource
role
}
}
workspaceId
}
}
""";
@@ -201,6 +203,7 @@ public sealed class ProjectResource
createdAt
updatedAt
sourceApps
workspaceId
}
}
}
@@ -232,6 +235,7 @@ public sealed class ProjectResource
role
createdAt
updatedAt
workspaceId
}
}
}
@@ -323,6 +327,7 @@ public sealed class ProjectResource
role
}
}
workspaceId
}
}
}