Name | Type | Description | Notes |
---|---|---|---|
CustomURL | Pointer to string | [optional] | |
Id | int32 | ||
DisplayName | Pointer to string | [optional] | |
Description | Pointer to string | [optional] | |
InNavigator | Pointer to bool | [optional] | |
Favorite | Pointer to bool | [optional] |
func NewModelsCustomReportUpdateRequest(id int32, ) *ModelsCustomReportUpdateRequest
NewModelsCustomReportUpdateRequest instantiates a new ModelsCustomReportUpdateRequest 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 NewModelsCustomReportUpdateRequestWithDefaults() *ModelsCustomReportUpdateRequest
NewModelsCustomReportUpdateRequestWithDefaults instantiates a new ModelsCustomReportUpdateRequest 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 *ModelsCustomReportUpdateRequest) GetCustomURL() string
GetCustomURL returns the CustomURL field if non-nil, zero value otherwise.
func (o *ModelsCustomReportUpdateRequest) GetCustomURLOk() (*string, bool)
GetCustomURLOk returns a tuple with the CustomURL field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCustomReportUpdateRequest) SetCustomURL(v string)
SetCustomURL sets CustomURL field to given value.
func (o *ModelsCustomReportUpdateRequest) HasCustomURL() bool
HasCustomURL returns a boolean if a field has been set.
func (o *ModelsCustomReportUpdateRequest) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ModelsCustomReportUpdateRequest) 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 *ModelsCustomReportUpdateRequest) SetId(v int32)
SetId sets Id field to given value.
func (o *ModelsCustomReportUpdateRequest) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *ModelsCustomReportUpdateRequest) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCustomReportUpdateRequest) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *ModelsCustomReportUpdateRequest) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *ModelsCustomReportUpdateRequest) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ModelsCustomReportUpdateRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCustomReportUpdateRequest) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ModelsCustomReportUpdateRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ModelsCustomReportUpdateRequest) GetInNavigator() bool
GetInNavigator returns the InNavigator field if non-nil, zero value otherwise.
func (o *ModelsCustomReportUpdateRequest) GetInNavigatorOk() (*bool, bool)
GetInNavigatorOk returns a tuple with the InNavigator field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCustomReportUpdateRequest) SetInNavigator(v bool)
SetInNavigator sets InNavigator field to given value.
func (o *ModelsCustomReportUpdateRequest) HasInNavigator() bool
HasInNavigator returns a boolean if a field has been set.
func (o *ModelsCustomReportUpdateRequest) GetFavorite() bool
GetFavorite returns the Favorite field if non-nil, zero value otherwise.
func (o *ModelsCustomReportUpdateRequest) GetFavoriteOk() (*bool, bool)
GetFavoriteOk returns a tuple with the Favorite field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsCustomReportUpdateRequest) SetFavorite(v bool)
SetFavorite sets Favorite field to given value.
func (o *ModelsCustomReportUpdateRequest) HasFavorite() bool
HasFavorite returns a boolean if a field has been set.