Skip to content

Latest commit

 

History

History
87 lines (48 loc) · 2.39 KB

BreadcrumbsVM.md

File metadata and controls

87 lines (48 loc) · 2.39 KB

BreadcrumbsVM

Properties

Name Type Description Notes
Breadcrumbs Pointer to []BreadcrumbsModel [optional]
T string

Methods

NewBreadcrumbsVM

func NewBreadcrumbsVM(t string, ) *BreadcrumbsVM

NewBreadcrumbsVM instantiates a new BreadcrumbsVM 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

NewBreadcrumbsVMWithDefaults

func NewBreadcrumbsVMWithDefaults() *BreadcrumbsVM

NewBreadcrumbsVMWithDefaults instantiates a new BreadcrumbsVM 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

GetBreadcrumbs

func (o *BreadcrumbsVM) GetBreadcrumbs() []BreadcrumbsModel

GetBreadcrumbs returns the Breadcrumbs field if non-nil, zero value otherwise.

GetBreadcrumbsOk

func (o *BreadcrumbsVM) GetBreadcrumbsOk() (*[]BreadcrumbsModel, bool)

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

SetBreadcrumbs

func (o *BreadcrumbsVM) SetBreadcrumbs(v []BreadcrumbsModel)

SetBreadcrumbs sets Breadcrumbs field to given value.

HasBreadcrumbs

func (o *BreadcrumbsVM) HasBreadcrumbs() bool

HasBreadcrumbs returns a boolean if a field has been set.

SetBreadcrumbsNil

func (o *BreadcrumbsVM) SetBreadcrumbsNil(b bool)

SetBreadcrumbsNil sets the value for Breadcrumbs to be an explicit nil

UnsetBreadcrumbs

func (o *BreadcrumbsVM) UnsetBreadcrumbs()

UnsetBreadcrumbs ensures that no value is present for Breadcrumbs, not even an explicit nil

GetT

func (o *BreadcrumbsVM) GetT() string

GetT returns the T field if non-nil, zero value otherwise.

GetTOk

func (o *BreadcrumbsVM) GetTOk() (*string, bool)

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

SetT

func (o *BreadcrumbsVM) SetT(v string)

SetT sets T field to given value.

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