Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.16 KB

CapabilitiesImportRulesObject.md

File metadata and controls

56 lines (31 loc) · 2.16 KB

CapabilitiesImportRulesObject

Properties

Name Type Description Notes
UserCreateAndMatch Pointer to CapabilitiesImportRulesUserCreateAndMatchObject [optional]

Methods

NewCapabilitiesImportRulesObject

func NewCapabilitiesImportRulesObject() *CapabilitiesImportRulesObject

NewCapabilitiesImportRulesObject instantiates a new CapabilitiesImportRulesObject 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

NewCapabilitiesImportRulesObjectWithDefaults

func NewCapabilitiesImportRulesObjectWithDefaults() *CapabilitiesImportRulesObject

NewCapabilitiesImportRulesObjectWithDefaults instantiates a new CapabilitiesImportRulesObject 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

GetUserCreateAndMatch

func (o *CapabilitiesImportRulesObject) GetUserCreateAndMatch() CapabilitiesImportRulesUserCreateAndMatchObject

GetUserCreateAndMatch returns the UserCreateAndMatch field if non-nil, zero value otherwise.

GetUserCreateAndMatchOk

func (o *CapabilitiesImportRulesObject) GetUserCreateAndMatchOk() (*CapabilitiesImportRulesUserCreateAndMatchObject, bool)

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

SetUserCreateAndMatch

func (o *CapabilitiesImportRulesObject) SetUserCreateAndMatch(v CapabilitiesImportRulesUserCreateAndMatchObject)

SetUserCreateAndMatch sets UserCreateAndMatch field to given value.

HasUserCreateAndMatch

func (o *CapabilitiesImportRulesObject) HasUserCreateAndMatch() bool

HasUserCreateAndMatch returns a boolean if a field has been set.

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