UNPKG

@asposecloud/aspose-email-cloud

Version:
38 lines (37 loc) 980 B
import * as model from "./index"; export declare class ListResponseOfAiNameGenderHypothesis { /** * Attribute type map */ static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; /** * Returns attribute type map */ static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; value: Array<model.AiNameGenderHypothesis>; /** * * @param value */ constructor(value?: Array<model.AiNameGenderHypothesis>); } /** * ListResponseOfAiNameGenderHypothesis model builder */ export declare class ListResponseOfAiNameGenderHypothesisBuilder { private readonly model; constructor(model: ListResponseOfAiNameGenderHypothesis); /** * Build model. */ build(): ListResponseOfAiNameGenderHypothesis; value(value: Array<model.AiNameGenderHypothesis>): ListResponseOfAiNameGenderHypothesisBuilder; }