Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.21 KB

HistoryReferenceBranch.md

File metadata and controls

114 lines (61 loc) · 3.21 KB

HistoryReferenceBranch

Properties

Name Type Description Notes
Id map[string]interface{} The ID of the entity referenced.
EntityType string The type of entity referenced.
Name string The name of the entity referenced.
Url string The external URL for the Branch.

Methods

NewHistoryReferenceBranch

func NewHistoryReferenceBranch(id map[string]interface{}, entityType string, name string, url string, ) *HistoryReferenceBranch

NewHistoryReferenceBranch instantiates a new HistoryReferenceBranch 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

NewHistoryReferenceBranchWithDefaults

func NewHistoryReferenceBranchWithDefaults() *HistoryReferenceBranch

NewHistoryReferenceBranchWithDefaults instantiates a new HistoryReferenceBranch 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

GetId

func (o *HistoryReferenceBranch) GetId() map[string]interface{}

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *HistoryReferenceBranch) GetIdOk() (*map[string]interface{}, 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.

SetId

func (o *HistoryReferenceBranch) SetId(v map[string]interface{})

SetId sets Id field to given value.

GetEntityType

func (o *HistoryReferenceBranch) GetEntityType() string

GetEntityType returns the EntityType field if non-nil, zero value otherwise.

GetEntityTypeOk

func (o *HistoryReferenceBranch) GetEntityTypeOk() (*string, bool)

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

SetEntityType

func (o *HistoryReferenceBranch) SetEntityType(v string)

SetEntityType sets EntityType field to given value.

GetName

func (o *HistoryReferenceBranch) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *HistoryReferenceBranch) GetNameOk() (*string, bool)

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

SetName

func (o *HistoryReferenceBranch) SetName(v string)

SetName sets Name field to given value.

GetUrl

func (o *HistoryReferenceBranch) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *HistoryReferenceBranch) GetUrlOk() (*string, bool)

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

SetUrl

func (o *HistoryReferenceBranch) SetUrl(v string)

SetUrl sets Url field to given value.

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