GetSecurityGroupFilter constructor
Creates a new GetSecurityGroupFilter.
name Name of the field to filter by, as defined by
values Set of values that are accepted for the given field.
Implementation
const GetSecurityGroupFilter({
required this.name,
required this.values,
});