Interface IOrganization
This interface represents an organization.
Namespace: Unity.Cloud.Assets
Syntax
public interface IOrganization
Properties
Id
The organization ID.
Declaration
OrganizationId Id { get; }
Property Value
Type | Description |
---|---|
OrganizationId |
Name
The organization name.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
String |