All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.permit.sdk.api.models.ActionSpec Maven / Gradle / Ivy

There is a newer version: 983f46e
Show newest version
package io.permit.sdk.api.models;

import java.util.HashMap;

public class ActionSpec {
    public String title = null;
    public String description = null;
    public String path = null;
    public HashMap attributes = null;
}

//export interface ResourceType {

//}
//
//export interface ResourceTypes {
//    resources: ResourceType[];
//}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy