interface SimpleApplicationPropertyBean {
    id?: string;
    value?: string;
}

Properties

Properties

id?: string

The ID of the application property.

value?: string

The new value.