kind property

  1. @JsonKey(name: r'kind', required: false, includeIfNull: false)
String? kind
final

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;