Get Iam Custom Roles Result
data class GetIamCustomRolesResult(val id: String, val project: String? = null, val roles: List<GetIamCustomRolesRole>, val showDeleted: Boolean? = null, val view: String? = null)
A collection of values returned by getIamCustomRoles.