Added workspace id to v3 sdk (#134)
* Added workspace id to v3 sdk * use init setter
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user