Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
SourceColumnId | string | ||
TargetColumnId | string |
func NewDependency(sourceColumnId string, targetColumnId string, ) *Dependency
NewDependency instantiates a new Dependency 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 NewDependencyWithDefaults() *Dependency
NewDependencyWithDefaults instantiates a new Dependency 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 *Dependency) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Dependency) 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 *Dependency) SetId(v string)
SetId sets Id field to given value.
func (o *Dependency) HasId() bool
HasId returns a boolean if a field has been set.
func (o *Dependency) GetSourceColumnId() string
GetSourceColumnId returns the SourceColumnId field if non-nil, zero value otherwise.
func (o *Dependency) GetSourceColumnIdOk() (*string, bool)
GetSourceColumnIdOk returns a tuple with the SourceColumnId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Dependency) SetSourceColumnId(v string)
SetSourceColumnId sets SourceColumnId field to given value.
func (o *Dependency) GetTargetColumnId() string
GetTargetColumnId returns the TargetColumnId field if non-nil, zero value otherwise.
func (o *Dependency) GetTargetColumnIdOk() (*string, bool)
GetTargetColumnIdOk returns a tuple with the TargetColumnId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Dependency) SetTargetColumnId(v string)
SetTargetColumnId sets TargetColumnId field to given value.