Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.13 KB

BranchCollectionRep.md

File metadata and controls

72 lines (39 loc) · 2.13 KB

BranchCollectionRep

Properties

Name Type Description Notes
Links map[string]Link The location and content type of related resources
Items []BranchRep An array of branches

Methods

NewBranchCollectionRep

func NewBranchCollectionRep(links map[string]Link, items []BranchRep, ) *BranchCollectionRep

NewBranchCollectionRep instantiates a new BranchCollectionRep 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

NewBranchCollectionRepWithDefaults

func NewBranchCollectionRepWithDefaults() *BranchCollectionRep

NewBranchCollectionRepWithDefaults instantiates a new BranchCollectionRep 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

GetLinks

func (o *BranchCollectionRep) GetLinks() map[string]Link

GetLinks returns the Links field if non-nil, zero value otherwise.

GetLinksOk

func (o *BranchCollectionRep) GetLinksOk() (*map[string]Link, bool)

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

SetLinks

func (o *BranchCollectionRep) SetLinks(v map[string]Link)

SetLinks sets Links field to given value.

GetItems

func (o *BranchCollectionRep) GetItems() []BranchRep

GetItems returns the Items field if non-nil, zero value otherwise.

GetItemsOk

func (o *BranchCollectionRep) GetItemsOk() (*[]BranchRep, bool)

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

SetItems

func (o *BranchCollectionRep) SetItems(v []BranchRep)

SetItems sets Items field to given value.

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