Name | Type | Description | Notes |
---|---|---|---|
Data | []DynamicRule | List of dynamic parsing rules. | |
Next | Pointer to string | Next continuation token. | [optional] |
func NewListDynamicRulesResponse(data []DynamicRule, ) *ListDynamicRulesResponse
NewListDynamicRulesResponse instantiates a new ListDynamicRulesResponse 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 NewListDynamicRulesResponseWithDefaults() *ListDynamicRulesResponse
NewListDynamicRulesResponseWithDefaults instantiates a new ListDynamicRulesResponse 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 *ListDynamicRulesResponse) GetData() []DynamicRule
GetData returns the Data field if non-nil, zero value otherwise.
func (o *ListDynamicRulesResponse) GetDataOk() (*[]DynamicRule, 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.
func (o *ListDynamicRulesResponse) SetData(v []DynamicRule)
SetData sets Data field to given value.
func (o *ListDynamicRulesResponse) GetNext() string
GetNext returns the Next field if non-nil, zero value otherwise.
func (o *ListDynamicRulesResponse) 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.
func (o *ListDynamicRulesResponse) SetNext(v string)
SetNext sets Next field to given value.
func (o *ListDynamicRulesResponse) HasNext() bool
HasNext returns a boolean if a field has been set.