box-node-sdk
Version:
Official SDK for Box Platform APIs
10 lines • 583 B
TypeScript
import { UserBaseV2025R0 } from './userBaseV2025R0';
import { SerializedData } from '../../serialization/json';
export declare class HubCollaborationUserV2025R0 extends UserBaseV2025R0 {
readonly name?: string;
readonly login?: string;
constructor(fields: HubCollaborationUserV2025R0);
}
export declare function serializeHubCollaborationUserV2025R0(val: HubCollaborationUserV2025R0): SerializedData;
export declare function deserializeHubCollaborationUserV2025R0(val: SerializedData): HubCollaborationUserV2025R0;
//# sourceMappingURL=hubCollaborationUserV2025R0.d.ts.map