Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | rule id | [optional] |
Field | Pointer to string | field to be used for the rule | [optional] |
CreatedAt | Pointer to string | rule creation date | [optional] |
Value | Pointer to string | value to be used for the rule | [optional] |
IsGlobal | Pointer to bool | if the rule is global | [optional] |
IsTest | Pointer to bool | if the rule is test | [optional] |
Description | Pointer to string | description of the rule | [optional] |
func NewRiskRulesData() *RiskRulesData
NewRiskRulesData instantiates a new RiskRulesData 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 NewRiskRulesDataWithDefaults() *RiskRulesData
NewRiskRulesDataWithDefaults instantiates a new RiskRulesData 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 *RiskRulesData) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *RiskRulesData) 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 *RiskRulesData) SetId(v string)
SetId sets Id field to given value.
func (o *RiskRulesData) HasId() bool
HasId returns a boolean if a field has been set.
func (o *RiskRulesData) GetField() string
GetField returns the Field field if non-nil, zero value otherwise.
func (o *RiskRulesData) GetFieldOk() (*string, bool)
GetFieldOk returns a tuple with the Field field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RiskRulesData) SetField(v string)
SetField sets Field field to given value.
func (o *RiskRulesData) HasField() bool
HasField returns a boolean if a field has been set.
func (o *RiskRulesData) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *RiskRulesData) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RiskRulesData) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.
func (o *RiskRulesData) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *RiskRulesData) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *RiskRulesData) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RiskRulesData) SetValue(v string)
SetValue sets Value field to given value.
func (o *RiskRulesData) HasValue() bool
HasValue returns a boolean if a field has been set.
func (o *RiskRulesData) GetIsGlobal() bool
GetIsGlobal returns the IsGlobal field if non-nil, zero value otherwise.
func (o *RiskRulesData) GetIsGlobalOk() (*bool, bool)
GetIsGlobalOk returns a tuple with the IsGlobal field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RiskRulesData) SetIsGlobal(v bool)
SetIsGlobal sets IsGlobal field to given value.
func (o *RiskRulesData) HasIsGlobal() bool
HasIsGlobal returns a boolean if a field has been set.
func (o *RiskRulesData) GetIsTest() bool
GetIsTest returns the IsTest field if non-nil, zero value otherwise.
func (o *RiskRulesData) GetIsTestOk() (*bool, bool)
GetIsTestOk returns a tuple with the IsTest field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RiskRulesData) SetIsTest(v bool)
SetIsTest sets IsTest field to given value.
func (o *RiskRulesData) HasIsTest() bool
HasIsTest returns a boolean if a field has been set.
func (o *RiskRulesData) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *RiskRulesData) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RiskRulesData) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *RiskRulesData) HasDescription() bool
HasDescription returns a boolean if a field has been set.