Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.33 KB

ListExtractionRulesResponse.md

File metadata and controls

77 lines (42 loc) · 2.33 KB

ListExtractionRulesResponse

Properties

Name Type Description Notes
Data []ExtractionRule List of field extraction rules.
Next Pointer to string Next continuation token. [optional]

Methods

NewListExtractionRulesResponse

func NewListExtractionRulesResponse(data []ExtractionRule, ) *ListExtractionRulesResponse

NewListExtractionRulesResponse instantiates a new ListExtractionRulesResponse 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

NewListExtractionRulesResponseWithDefaults

func NewListExtractionRulesResponseWithDefaults() *ListExtractionRulesResponse

NewListExtractionRulesResponseWithDefaults instantiates a new ListExtractionRulesResponse 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

GetData

func (o *ListExtractionRulesResponse) GetData() []ExtractionRule

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *ListExtractionRulesResponse) GetDataOk() (*[]ExtractionRule, bool)

GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetData

func (o *ListExtractionRulesResponse) SetData(v []ExtractionRule)

SetData sets Data field to given value.

GetNext

func (o *ListExtractionRulesResponse) GetNext() string

GetNext returns the Next field if non-nil, zero value otherwise.

GetNextOk

func (o *ListExtractionRulesResponse) GetNextOk() (*string, bool)

GetNextOk returns a tuple with the Next field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetNext

func (o *ListExtractionRulesResponse) SetNext(v string)

SetNext sets Next field to given value.

HasNext

func (o *ListExtractionRulesResponse) HasNext() bool

HasNext returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]