TelemetryRuleForOrganizationRuleDestinationConfigurationCloudtrailParametersAdvancedEventSelectorFieldSelector class

Constructors

TelemetryRuleForOrganizationRuleDestinationConfigurationCloudtrailParametersAdvancedEventSelectorFieldSelector({Input<List<String>?>? endsWiths, Input<List<String>?>? equals, required Input<String> field, Input<List<String>?>? notEndsWiths, Input<List<String>?>? notEquals, Input<List<String>?>? notStartsWiths, Input<List<String>?>? startsWiths})
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.
const
TelemetryRuleForOrganizationRuleDestinationConfigurationCloudtrailParametersAdvancedEventSelectorFieldSelector.fromMap(Map<String, dynamic> map)
factory

Properties

endsWiths → Input<List<String>?>?
Match if the field value ends with one of the specified values.
final
equals → Input<List<String>?>?
Match if the field value equals one of the specified values.
final
field → Input<String>
Name of the field to use for selection.
final
hashCode int
The hash code for this object.
no setterinherited
notEndsWiths → Input<List<String>?>?
Match if the field value does not end with one of the specified values.
final
notEquals → Input<List<String>?>?
Match if the field value does not equal any of the specified values.
final
notStartsWiths → Input<List<String>?>?
Match if the field value does not start with any of the specified values.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startsWiths → Input<List<String>?>?
Match if the field value starts with one of the specified values.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited