box-node-sdk
Version:
Official SDK for Box Platform APIs
13 lines • 613 B
TypeScript
import { SerializedData } from '../../serialization/json';
export interface HubCreateRequestV2025R0 {
/**
* Title of the Box Hub. It cannot be empty and should be less than 50 characters. */
readonly title: string;
/**
* Description of the Box Hub. */
readonly description?: string;
readonly rawData?: SerializedData;
}
export declare function serializeHubCreateRequestV2025R0(val: HubCreateRequestV2025R0): SerializedData;
export declare function deserializeHubCreateRequestV2025R0(val: SerializedData): HubCreateRequestV2025R0;
//# sourceMappingURL=hubCreateRequestV2025R0.d.ts.map