Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.65 KB

KeywordRuleList.md

File metadata and controls

51 lines (28 loc) · 1.65 KB

KeywordRuleList

Properties

Name Type Description Notes
KeywordRules []KeywordRule <strong>Type:</strong> KeywordRule<br/> List of keyword rules

Methods

NewKeywordRuleList

func NewKeywordRuleList(keywordRules []KeywordRule, ) *KeywordRuleList

NewKeywordRuleList instantiates a new KeywordRuleList 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

NewKeywordRuleListWithDefaults

func NewKeywordRuleListWithDefaults() *KeywordRuleList

NewKeywordRuleListWithDefaults instantiates a new KeywordRuleList 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

GetKeywordRules

func (o *KeywordRuleList) GetKeywordRules() []KeywordRule

GetKeywordRules returns the KeywordRules field if non-nil, zero value otherwise.

GetKeywordRulesOk

func (o *KeywordRuleList) GetKeywordRulesOk() (*[]KeywordRule, bool)

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

SetKeywordRules

func (o *KeywordRuleList) SetKeywordRules(v []KeywordRule)

SetKeywordRules sets KeywordRules field to given value.

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