Name | Type | Description | Notes |
---|---|---|---|
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] |
func NewCustomLinkRequest(objectTypes []string, name string, linkText string, linkUrl string, ) *CustomLinkRequest
NewCustomLinkRequest instantiates a new CustomLinkRequest 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 NewCustomLinkRequestWithDefaults() *CustomLinkRequest
NewCustomLinkRequestWithDefaults instantiates a new CustomLinkRequest 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 *CustomLinkRequest) GetObjectTypes() []string
GetObjectTypes returns the ObjectTypes field if non-nil, zero value otherwise.
func (o *CustomLinkRequest) 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 *CustomLinkRequest) SetObjectTypes(v []string)
SetObjectTypes sets ObjectTypes field to given value.
func (o *CustomLinkRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CustomLinkRequest) 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 *CustomLinkRequest) SetName(v string)
SetName sets Name field to given value.
func (o *CustomLinkRequest) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *CustomLinkRequest) 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 *CustomLinkRequest) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *CustomLinkRequest) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *CustomLinkRequest) GetLinkText() string
GetLinkText returns the LinkText field if non-nil, zero value otherwise.
func (o *CustomLinkRequest) 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 *CustomLinkRequest) SetLinkText(v string)
SetLinkText sets LinkText field to given value.
func (o *CustomLinkRequest) GetLinkUrl() string
GetLinkUrl returns the LinkUrl field if non-nil, zero value otherwise.
func (o *CustomLinkRequest) 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 *CustomLinkRequest) SetLinkUrl(v string)
SetLinkUrl sets LinkUrl field to given value.
func (o *CustomLinkRequest) GetWeight() int32
GetWeight returns the Weight field if non-nil, zero value otherwise.
func (o *CustomLinkRequest) 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 *CustomLinkRequest) SetWeight(v int32)
SetWeight sets Weight field to given value.
func (o *CustomLinkRequest) HasWeight() bool
HasWeight returns a boolean if a field has been set.
func (o *CustomLinkRequest) GetGroupName() string
GetGroupName returns the GroupName field if non-nil, zero value otherwise.
func (o *CustomLinkRequest) 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 *CustomLinkRequest) SetGroupName(v string)
SetGroupName sets GroupName field to given value.
func (o *CustomLinkRequest) HasGroupName() bool
HasGroupName returns a boolean if a field has been set.
func (o *CustomLinkRequest) GetButtonClass() CustomLinkButtonClass
GetButtonClass returns the ButtonClass field if non-nil, zero value otherwise.
func (o *CustomLinkRequest) 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 *CustomLinkRequest) SetButtonClass(v CustomLinkButtonClass)
SetButtonClass sets ButtonClass field to given value.
func (o *CustomLinkRequest) HasButtonClass() bool
HasButtonClass returns a boolean if a field has been set.
func (o *CustomLinkRequest) GetNewWindow() bool
GetNewWindow returns the NewWindow field if non-nil, zero value otherwise.
func (o *CustomLinkRequest) 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 *CustomLinkRequest) SetNewWindow(v bool)
SetNewWindow sets NewWindow field to given value.
func (o *CustomLinkRequest) HasNewWindow() bool
HasNewWindow returns a boolean if a field has been set.