SecretOccurrence constructor
SecretOccurrence({
- String? kind,
- List<
SecretLocation> ? locations, - List<
SecretStatus> ? statuses,
Implementation
SecretOccurrence({this.kind, this.locations, this.statuses});