kind property
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
Implementation
@JsonKey(
name: r'kind',
required: false,
includeIfNull: false
)
final String? kind;