/** * Jira Software Cloud API * Jira Software Cloud REST API documentation * * The version of the OpenAPI document: 1001.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Whether there is data for the properties supplied in a query * @export * @interface InlineResponse2005 */ export interface InlineResponse2005 { /** * Whether there is data matching the query * @type {boolean} * @memberof InlineResponse2005 */ readonly hasDataMatchingProperties?: boolean; } export declare function InlineResponse2005FromJSON(json: any): InlineResponse2005; export declare function InlineResponse2005FromJSONTyped(json: any, ignoreDiscriminator: boolean): InlineResponse2005; export declare function InlineResponse2005ToJSON(value?: InlineResponse2005): any;