TelemetryRuleForOrganizationRuleDestinationConfigurationCloudtrailParametersAdvancedEventSelectorFieldSelector constructor
const
TelemetryRuleForOrganizationRuleDestinationConfigurationCloudtrailParametersAdvancedEventSelectorFieldSelector({})
Creates a new TelemetryRuleForOrganizationRuleDestinationConfigurationCloudtrailParametersAdvancedEventSelectorFieldSelector.
endsWiths Match if the field value ends with one of the specified values.
equals Match if the field value equals one of the specified values.
field Name of the field to use for selection.
notEndsWiths Match if the field value does not end with one of the specified values.
notEquals Match if the field value does not equal any of the specified values.
notStartsWiths Match if the field value does not start with any of the specified values.
startsWiths Match if the field value starts with one of the specified values.
Implementation
const TelemetryRuleForOrganizationRuleDestinationConfigurationCloudtrailParametersAdvancedEventSelectorFieldSelector({
this.endsWiths,
this.equals,
required this.field,
this.notEndsWiths,
this.notEquals,
this.notStartsWiths,
this.startsWiths,
});