OrganizationResult
Result of an organization information request.
Declaration
public readonly struct OrganizationResult : ValueTypeProperties
| Name | Type | Summary |
|---|---|---|
| readonly Error | SitesError | The error code if the request failed. |
| readonly Organizations | OrganizationInfo[] | The organizations returned by the request. Empty array if the request failed or is in progress. |
| readonly Status | SitesRequestStatus | The status of the request. |