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

io.permit.sdk.openapi.models.BulkRoleUnassignmentReport Maven / Gradle / Ivy

There is a newer version: 983f46e
Show newest version

package io.permit.sdk.openapi.models;

import javax.annotation.Generated;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;


/**
 * BulkRoleUnAssignmentReport
 * 

* * */ @Generated("jsonschema2pojo") public class BulkRoleUnassignmentReport { /** * Assignments Removed *

* * */ @SerializedName("assignments_removed") @Expose public Integer assignmentsRemoved = 0; public BulkRoleUnassignmentReport withAssignmentsRemoved(Integer assignmentsRemoved) { this.assignmentsRemoved = assignmentsRemoved; return this; } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy