Skip to content

Latest commit

 

History

History
156 lines (83 loc) · 3.86 KB

NestedContactGroup.md

File metadata and controls

156 lines (83 loc) · 3.86 KB

NestedContactGroup

Properties

Name Type Description Notes
Id int32 [readonly]
Url string [readonly]
Display string [readonly]
Name string
Slug string
Depth int32 [readonly]

Methods

NewNestedContactGroup

func NewNestedContactGroup(id int32, url string, display string, name string, slug string, depth int32, ) *NestedContactGroup

NewNestedContactGroup instantiates a new NestedContactGroup 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

NewNestedContactGroupWithDefaults

func NewNestedContactGroupWithDefaults() *NestedContactGroup

NewNestedContactGroupWithDefaults instantiates a new NestedContactGroup 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 *NestedContactGroup) GetId() int32

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

GetIdOk

func (o *NestedContactGroup) GetIdOk() (*int32, 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 *NestedContactGroup) SetId(v int32)

SetId sets Id field to given value.

GetUrl

func (o *NestedContactGroup) GetUrl() string

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

GetUrlOk

func (o *NestedContactGroup) 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 *NestedContactGroup) SetUrl(v string)

SetUrl sets Url field to given value.

GetDisplay

func (o *NestedContactGroup) GetDisplay() string

GetDisplay returns the Display field if non-nil, zero value otherwise.

GetDisplayOk

func (o *NestedContactGroup) GetDisplayOk() (*string, bool)

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

SetDisplay

func (o *NestedContactGroup) SetDisplay(v string)

SetDisplay sets Display field to given value.

GetName

func (o *NestedContactGroup) GetName() string

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

GetNameOk

func (o *NestedContactGroup) 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 *NestedContactGroup) SetName(v string)

SetName sets Name field to given value.

GetSlug

func (o *NestedContactGroup) GetSlug() string

GetSlug returns the Slug field if non-nil, zero value otherwise.

GetSlugOk

func (o *NestedContactGroup) GetSlugOk() (*string, bool)

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

SetSlug

func (o *NestedContactGroup) SetSlug(v string)

SetSlug sets Slug field to given value.

GetDepth

func (o *NestedContactGroup) GetDepth() int32

GetDepth returns the Depth field if non-nil, zero value otherwise.

GetDepthOk

func (o *NestedContactGroup) GetDepthOk() (*int32, bool)

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

SetDepth

func (o *NestedContactGroup) SetDepth(v int32)

SetDepth sets Depth field to given value.

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