Name | Type | Description | Notes |
---|---|---|---|
Id | string | Unique identifier for the field extraction rule. | |
FieldNames | Pointer to []string | List of extracted fields from "parseExpression". | [optional] |
func NewExtractionRuleAllOf(id string, ) *ExtractionRuleAllOf
NewExtractionRuleAllOf instantiates a new ExtractionRuleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExtractionRuleAllOfWithDefaults() *ExtractionRuleAllOf
NewExtractionRuleAllOfWithDefaults instantiates a new ExtractionRuleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ExtractionRuleAllOf) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ExtractionRuleAllOf) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExtractionRuleAllOf) SetId(v string)
SetId sets Id field to given value.
func (o *ExtractionRuleAllOf) GetFieldNames() []string
GetFieldNames returns the FieldNames field if non-nil, zero value otherwise.
func (o *ExtractionRuleAllOf) GetFieldNamesOk() (*[]string, bool)
GetFieldNamesOk returns a tuple with the FieldNames field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExtractionRuleAllOf) SetFieldNames(v []string)
SetFieldNames sets FieldNames field to given value.
func (o *ExtractionRuleAllOf) HasFieldNames() bool
HasFieldNames returns a boolean if a field has been set.