Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
Path | Pointer to string | [optional] | |
Status | Pointer to string | [optional] | |
Cells | Pointer to []BranchDiffCell | [optional] | |
LastModifiedBy | Pointer to string | [optional] | |
LastModifiedTime | Pointer to time.Time | [optional] |
func NewBranchDiffRecord() *BranchDiffRecord
NewBranchDiffRecord instantiates a new BranchDiffRecord 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 NewBranchDiffRecordWithDefaults() *BranchDiffRecord
NewBranchDiffRecordWithDefaults instantiates a new BranchDiffRecord 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 *BranchDiffRecord) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *BranchDiffRecord) 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 *BranchDiffRecord) SetId(v string)
SetId sets Id field to given value.
func (o *BranchDiffRecord) HasId() bool
HasId returns a boolean if a field has been set.
func (o *BranchDiffRecord) GetPath() string
GetPath returns the Path field if non-nil, zero value otherwise.
func (o *BranchDiffRecord) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BranchDiffRecord) SetPath(v string)
SetPath sets Path field to given value.
func (o *BranchDiffRecord) HasPath() bool
HasPath returns a boolean if a field has been set.
func (o *BranchDiffRecord) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *BranchDiffRecord) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BranchDiffRecord) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *BranchDiffRecord) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *BranchDiffRecord) GetCells() []BranchDiffCell
GetCells returns the Cells field if non-nil, zero value otherwise.
func (o *BranchDiffRecord) GetCellsOk() (*[]BranchDiffCell, bool)
GetCellsOk returns a tuple with the Cells field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BranchDiffRecord) SetCells(v []BranchDiffCell)
SetCells sets Cells field to given value.
func (o *BranchDiffRecord) HasCells() bool
HasCells returns a boolean if a field has been set.
func (o *BranchDiffRecord) GetLastModifiedBy() string
GetLastModifiedBy returns the LastModifiedBy field if non-nil, zero value otherwise.
func (o *BranchDiffRecord) GetLastModifiedByOk() (*string, bool)
GetLastModifiedByOk returns a tuple with the LastModifiedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BranchDiffRecord) SetLastModifiedBy(v string)
SetLastModifiedBy sets LastModifiedBy field to given value.
func (o *BranchDiffRecord) HasLastModifiedBy() bool
HasLastModifiedBy returns a boolean if a field has been set.
func (o *BranchDiffRecord) GetLastModifiedTime() time.Time
GetLastModifiedTime returns the LastModifiedTime field if non-nil, zero value otherwise.
func (o *BranchDiffRecord) GetLastModifiedTimeOk() (*time.Time, bool)
GetLastModifiedTimeOk returns a tuple with the LastModifiedTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BranchDiffRecord) SetLastModifiedTime(v time.Time)
SetLastModifiedTime sets LastModifiedTime field to given value.
func (o *BranchDiffRecord) HasLastModifiedTime() bool
HasLastModifiedTime returns a boolean if a field has been set.