PeerAuthenticationList constructor
const
PeerAuthenticationList({
- String? apiVersion,
- required List<
PeerAuthentication> items, - String? kind,
- ListMeta? metadata,
The main constructor.
Implementation
const PeerAuthenticationList({
this.apiVersion,
required this.items,
this.kind,
this.metadata,
});