box-node-sdk
Version:
Official SDK for Box Platform APIs
21 lines • 945 B
TypeScript
import { HubBaseV2025R0 } from './hubBaseV2025R0';
import { UserMiniV2025R0 } from './userMiniV2025R0';
import { DateTime } from '../../internal/utils';
import { SerializedData } from '../../serialization/json';
export declare class HubV2025R0 extends HubBaseV2025R0 {
readonly title?: string;
readonly description?: string;
readonly createdAt?: DateTime;
readonly updatedAt?: DateTime;
readonly createdBy?: UserMiniV2025R0;
readonly updatedBy?: UserMiniV2025R0;
readonly viewCount?: number;
readonly isAiEnabled?: boolean;
readonly isCollaborationRestrictedToEnterprise?: boolean;
readonly canNonOwnersInvite?: boolean;
readonly canSharedLinkBeCreated?: boolean;
constructor(fields: HubV2025R0);
}
export declare function serializeHubV2025R0(val: HubV2025R0): SerializedData;
export declare function deserializeHubV2025R0(val: SerializedData): HubV2025R0;
//# sourceMappingURL=hubV2025R0.d.ts.map