Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Commit 1268d33

Browse files
committed
Additional info from API doc
1 parent 0e8fc12 commit 1268d33

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

DigitalOcean.API/Models/Responses/Project.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
using System;
22

33
namespace DigitalOcean.API.Models.Responses {
4+
/// <summary>
5+
/// Projects allow you to organize your resources into groups that fit the way you work. You can group resources (like Droplets,
6+
/// Spaces, Load Balancers, domains, and Floating IPs) in ways that align with the applications you host on DigitalOcean.
7+
/// </summary>
48
public class Project {
59
/// <summary>
610
/// The unique universal identifier of this project.

0 commit comments

Comments
 (0)