/**
 * CloudHospital Api
 * CloudHospital application with Swagger, Swashbuckle, and API versioning.
 *
 * The version of the OpenAPI document: 2
 * Contact: developer@icloudhospital.com
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
import { PageBlockLinkType } from './page-block-link-type';
/**
 *
 * @export
 * @interface PageBlockLinkModel
 */
export interface PageBlockLinkModel {
    /**
     *
     * @type {string}
     * @memberof PageBlockLinkModel
     */
    'languageCode'?: string | null;
    /**
     *
     * @type {string}
     * @memberof PageBlockLinkModel
     */
    'id'?: string;
    /**
     *
     * @type {PageBlockLinkType}
     * @memberof PageBlockLinkModel
     */
    'linkType'?: PageBlockLinkType;
    /**
     *
     * @type {string}
     * @memberof PageBlockLinkModel
     */
    'customStyle'?: string | null;
    /**
     *
     * @type {string}
     * @memberof PageBlockLinkModel
     */
    'surveyFormId'?: string | null;
    /**
     *
     * @type {number}
     * @memberof PageBlockLinkModel
     */
    'order'?: number;
    /**
     *
     * @type {string}
     * @memberof PageBlockLinkModel
     */
    'name'?: string | null;
    /**
     *
     * @type {string}
     * @memberof PageBlockLinkModel
     */
    'url'?: string | null;
    /**
     *
     * @type {boolean}
     * @memberof PageBlockLinkModel
     */
    'isConfirmed'?: boolean | null;
}
//# sourceMappingURL=page-block-link-model.d.ts.map