Interface IProjectPage
Inherited Members
Namespace: Unity.Cloud.Assets
Syntax
public interface IProjectPage : IPagedResponse<IProject>
Properties
Organization
Implement this property to return the organization id of the page.
Declaration
IOrganization Organization { get; }
Property Value
| Type | Description |
|---|---|
| IOrganization |
UserId
Implement this property to return the user id of the page.
Declaration
string UserId { get; }
Property Value
| Type | Description |
|---|---|
| String |