interface OptionalDisjunctiveLicenseProperties {
    acknowledgement?: LicenseAcknowledgement;
    text?: Models.Attachment;
    url?: string | URL;
}

Hierarchy (view full)

Properties

acknowledgement?: LicenseAcknowledgement
url?: string | URL