Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.03 KB

UsersetTreeDifference.md

File metadata and controls

72 lines (39 loc) · 2.03 KB

UsersetTreeDifference

Properties

Name Type Description Notes
Base Node
Subtract Node

Methods

NewUsersetTreeDifference

func NewUsersetTreeDifference(base Node, subtract Node, ) *UsersetTreeDifference

NewUsersetTreeDifference instantiates a new UsersetTreeDifference 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

NewUsersetTreeDifferenceWithDefaults

func NewUsersetTreeDifferenceWithDefaults() *UsersetTreeDifference

NewUsersetTreeDifferenceWithDefaults instantiates a new UsersetTreeDifference 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

GetBase

func (o *UsersetTreeDifference) GetBase() Node

GetBase returns the Base field if non-nil, zero value otherwise.

GetBaseOk

func (o *UsersetTreeDifference) GetBaseOk() (*Node, bool)

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

SetBase

func (o *UsersetTreeDifference) SetBase(v Node)

SetBase sets Base field to given value.

GetSubtract

func (o *UsersetTreeDifference) GetSubtract() Node

GetSubtract returns the Subtract field if non-nil, zero value otherwise.

GetSubtractOk

func (o *UsersetTreeDifference) GetSubtractOk() (*Node, bool)

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

SetSubtract

func (o *UsersetTreeDifference) SetSubtract(v Node)

SetSubtract sets Subtract field to given value.

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