Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 5.33 KB

RiskRulesData.md

File metadata and controls

212 lines (115 loc) · 5.33 KB

RiskRulesData

Properties

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]

Methods

NewRiskRulesData

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

NewRiskRulesDataWithDefaults

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

GetId

func (o *RiskRulesData) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *RiskRulesData) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *RiskRulesData) HasId() bool

HasId returns a boolean if a field has been set.

GetField

func (o *RiskRulesData) GetField() string

GetField returns the Field field if non-nil, zero value otherwise.

GetFieldOk

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.

SetField

func (o *RiskRulesData) SetField(v string)

SetField sets Field field to given value.

HasField

func (o *RiskRulesData) HasField() bool

HasField returns a boolean if a field has been set.

GetCreatedAt

func (o *RiskRulesData) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

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.

SetCreatedAt

func (o *RiskRulesData) SetCreatedAt(v string)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *RiskRulesData) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

GetValue

func (o *RiskRulesData) GetValue() string

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

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.

SetValue

func (o *RiskRulesData) SetValue(v string)

SetValue sets Value field to given value.

HasValue

func (o *RiskRulesData) HasValue() bool

HasValue returns a boolean if a field has been set.

GetIsGlobal

func (o *RiskRulesData) GetIsGlobal() bool

GetIsGlobal returns the IsGlobal field if non-nil, zero value otherwise.

GetIsGlobalOk

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.

SetIsGlobal

func (o *RiskRulesData) SetIsGlobal(v bool)

SetIsGlobal sets IsGlobal field to given value.

HasIsGlobal

func (o *RiskRulesData) HasIsGlobal() bool

HasIsGlobal returns a boolean if a field has been set.

GetIsTest

func (o *RiskRulesData) GetIsTest() bool

GetIsTest returns the IsTest field if non-nil, zero value otherwise.

GetIsTestOk

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.

SetIsTest

func (o *RiskRulesData) SetIsTest(v bool)

SetIsTest sets IsTest field to given value.

HasIsTest

func (o *RiskRulesData) HasIsTest() bool

HasIsTest returns a boolean if a field has been set.

GetDescription

func (o *RiskRulesData) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *RiskRulesData) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *RiskRulesData) HasDescription() bool

HasDescription returns a boolean if a field has been set.

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