/** * Api Documentation * Api Documentation * * OpenAPI spec version: 1.0 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ import { AdviceType } from "./AdviceType"; import { Conditions } from "./Conditions"; import { NameIDType } from "./NameIDType"; import { Signature } from "./Signature"; import { StatementAbstractType } from "./StatementAbstractType"; import { Subject } from "./Subject"; import { XMLGregorianCalendar } from "./XMLGregorianCalendar"; export declare class Assertion { constructor(json: JSON | any); advice?: AdviceType; conditions?: Conditions; id?: string; issueInstant?: XMLGregorianCalendar; issuer?: NameIDType; signature?: Signature; statementsAndAuthnStatementsAndAuthzDecisionStatements?: Array; subject?: Subject; version?: string; }