Type Alias: ResourceResult
type ResourceResult = object;
Properties
resourceId
resourceId: string;
The resource ID of this resource.
resourceKey
resourceKey: ResourceKey;
The unique key of this resource.
resourceName
resourceName: string;
The resource name from which this resource was parsed.
tenantId
tenantId: TenantId;
The tenant ID of this resource.
version
version: number;
The assigned resource version.
versionTag
versionTag: string | null;
The version tag of this resource.