Skip to content

Latest commit

 

History

History
181 lines (98 loc) · 5.26 KB

ModelsCustomReportUpdateRequest.md

File metadata and controls

181 lines (98 loc) · 5.26 KB

ModelsCustomReportUpdateRequest

Properties

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]

Methods

NewModelsCustomReportUpdateRequest

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

NewModelsCustomReportUpdateRequestWithDefaults

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

GetCustomURL

func (o *ModelsCustomReportUpdateRequest) GetCustomURL() string

GetCustomURL returns the CustomURL field if non-nil, zero value otherwise.

GetCustomURLOk

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.

SetCustomURL

func (o *ModelsCustomReportUpdateRequest) SetCustomURL(v string)

SetCustomURL sets CustomURL field to given value.

HasCustomURL

func (o *ModelsCustomReportUpdateRequest) HasCustomURL() bool

HasCustomURL returns a boolean if a field has been set.

GetId

func (o *ModelsCustomReportUpdateRequest) GetId() int32

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

GetIdOk

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.

SetId

func (o *ModelsCustomReportUpdateRequest) SetId(v int32)

SetId sets Id field to given value.

GetDisplayName

func (o *ModelsCustomReportUpdateRequest) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

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.

SetDisplayName

func (o *ModelsCustomReportUpdateRequest) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *ModelsCustomReportUpdateRequest) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetDescription

func (o *ModelsCustomReportUpdateRequest) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *ModelsCustomReportUpdateRequest) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *ModelsCustomReportUpdateRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetInNavigator

func (o *ModelsCustomReportUpdateRequest) GetInNavigator() bool

GetInNavigator returns the InNavigator field if non-nil, zero value otherwise.

GetInNavigatorOk

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.

SetInNavigator

func (o *ModelsCustomReportUpdateRequest) SetInNavigator(v bool)

SetInNavigator sets InNavigator field to given value.

HasInNavigator

func (o *ModelsCustomReportUpdateRequest) HasInNavigator() bool

HasInNavigator returns a boolean if a field has been set.

GetFavorite

func (o *ModelsCustomReportUpdateRequest) GetFavorite() bool

GetFavorite returns the Favorite field if non-nil, zero value otherwise.

GetFavoriteOk

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.

SetFavorite

func (o *ModelsCustomReportUpdateRequest) SetFavorite(v bool)

SetFavorite sets Favorite field to given value.

HasFavorite

func (o *ModelsCustomReportUpdateRequest) HasFavorite() bool

HasFavorite returns a boolean if a field has been set.

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