name property

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

Name of the ephemeral container specified as a DNS_LABEL. This name must be unique among all containers, init containers and ephemeral containers.

Implementation

@JsonKey(

    name: r'name',
    required: true,
    includeIfNull: false
  )


  final String name;