# io.k8s.api.admissionregistration.v1.ParamKind

From **Kubernetes**.

ParamKind is a tuple of Group Kind and Version.

- Type: `object`

## Properties

### `apiVersion`

- Required: false
- Type: `string`

apiVersion is the API group version the resources belong to. In format of "group/version". Required.

### `kind`

- Required: false
- Type: `string`

kind is the API kind the resources belong to. Required.

## JSON Schema

```json
{"description":"ParamKind is a tuple of Group Kind and Version.","properties":{"apiVersion":{"description":"apiVersion is the API group version the resources belong to. In format of \"group/version\". Required.","type":"string"},"kind":{"description":"kind is the API kind the resources belong to. Required.","type":"string"}},"type":"object","x-kubernetes-map-type":"atomic"}
```
