Name | Type | Description | Notes |
---|---|---|---|
Id | int32 | [readonly] | |
Url | string | [readonly] | |
Display | string | [readonly] | |
ObjectTypes | []string | ||
Name | string | ||
Enabled | Pointer to bool | [optional] | |
LinkText | string | Jinja2 template code for link text | |
LinkUrl | string | Jinja2 template code for link URL | |
Weight | Pointer to int32 | [optional] | |
GroupName | Pointer to string | Links with the same group will appear as a dropdown menu | [optional] |
ButtonClass | Pointer to CustomLinkButtonClass | [optional] | |
NewWindow | Pointer to bool | Force link to open in a new window | [optional] |
Created | NullableTime | [readonly] | |
LastUpdated | NullableTime | [readonly] |
func NewCustomLink(id int32, url string, display string, objectTypes []string, name string, linkText string, linkUrl string, created NullableTime, lastUpdated NullableTime, ) *CustomLink
NewCustomLink instantiates a new CustomLink 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 NewCustomLinkWithDefaults() *CustomLink
NewCustomLinkWithDefaults instantiates a new CustomLink 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 *CustomLink) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CustomLink) 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.
func (o *CustomLink) SetId(v int32)
SetId sets Id field to given value.
func (o *CustomLink) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *CustomLink) 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.
func (o *CustomLink) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *CustomLink) GetDisplay() string
GetDisplay returns the Display field if non-nil, zero value otherwise.
func (o *CustomLink) 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.
func (o *CustomLink) SetDisplay(v string)
SetDisplay sets Display field to given value.
func (o *CustomLink) GetObjectTypes() []string
GetObjectTypes returns the ObjectTypes field if non-nil, zero value otherwise.
func (o *CustomLink) GetObjectTypesOk() (*[]string, bool)
GetObjectTypesOk returns a tuple with the ObjectTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomLink) SetObjectTypes(v []string)
SetObjectTypes sets ObjectTypes field to given value.
func (o *CustomLink) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CustomLink) 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.
func (o *CustomLink) SetName(v string)
SetName sets Name field to given value.
func (o *CustomLink) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *CustomLink) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomLink) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *CustomLink) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *CustomLink) GetLinkText() string
GetLinkText returns the LinkText field if non-nil, zero value otherwise.
func (o *CustomLink) GetLinkTextOk() (*string, bool)
GetLinkTextOk returns a tuple with the LinkText field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomLink) SetLinkText(v string)
SetLinkText sets LinkText field to given value.
func (o *CustomLink) GetLinkUrl() string
GetLinkUrl returns the LinkUrl field if non-nil, zero value otherwise.
func (o *CustomLink) GetLinkUrlOk() (*string, bool)
GetLinkUrlOk returns a tuple with the LinkUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomLink) SetLinkUrl(v string)
SetLinkUrl sets LinkUrl field to given value.
func (o *CustomLink) GetWeight() int32
GetWeight returns the Weight field if non-nil, zero value otherwise.
func (o *CustomLink) GetWeightOk() (*int32, bool)
GetWeightOk returns a tuple with the Weight field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomLink) SetWeight(v int32)
SetWeight sets Weight field to given value.
func (o *CustomLink) HasWeight() bool
HasWeight returns a boolean if a field has been set.
func (o *CustomLink) GetGroupName() string
GetGroupName returns the GroupName field if non-nil, zero value otherwise.
func (o *CustomLink) GetGroupNameOk() (*string, bool)
GetGroupNameOk returns a tuple with the GroupName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomLink) SetGroupName(v string)
SetGroupName sets GroupName field to given value.
func (o *CustomLink) HasGroupName() bool
HasGroupName returns a boolean if a field has been set.
func (o *CustomLink) GetButtonClass() CustomLinkButtonClass
GetButtonClass returns the ButtonClass field if non-nil, zero value otherwise.
func (o *CustomLink) GetButtonClassOk() (*CustomLinkButtonClass, bool)
GetButtonClassOk returns a tuple with the ButtonClass field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomLink) SetButtonClass(v CustomLinkButtonClass)
SetButtonClass sets ButtonClass field to given value.
func (o *CustomLink) HasButtonClass() bool
HasButtonClass returns a boolean if a field has been set.
func (o *CustomLink) GetNewWindow() bool
GetNewWindow returns the NewWindow field if non-nil, zero value otherwise.
func (o *CustomLink) GetNewWindowOk() (*bool, bool)
GetNewWindowOk returns a tuple with the NewWindow field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomLink) SetNewWindow(v bool)
SetNewWindow sets NewWindow field to given value.
func (o *CustomLink) HasNewWindow() bool
HasNewWindow returns a boolean if a field has been set.
func (o *CustomLink) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *CustomLink) GetCreatedOk() (*time.Time, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomLink) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *CustomLink) SetCreatedNil(b bool)
SetCreatedNil sets the value for Created to be an explicit nil
func (o *CustomLink) UnsetCreated()
UnsetCreated ensures that no value is present for Created, not even an explicit nil
func (o *CustomLink) GetLastUpdated() time.Time
GetLastUpdated returns the LastUpdated field if non-nil, zero value otherwise.
func (o *CustomLink) GetLastUpdatedOk() (*time.Time, bool)
GetLastUpdatedOk returns a tuple with the LastUpdated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomLink) SetLastUpdated(v time.Time)
SetLastUpdated sets LastUpdated field to given value.
func (o *CustomLink) SetLastUpdatedNil(b bool)
SetLastUpdatedNil sets the value for LastUpdated to be an explicit nil
func (o *CustomLink) UnsetLastUpdated()
UnsetLastUpdated ensures that no value is present for LastUpdated, not even an explicit nil