Skip to content

Latest commit

 

History

History
368 lines (199 loc) · 9.65 KB

AppFeatureDto.md

File metadata and controls

368 lines (199 loc) · 9.65 KB

AppFeatureDto

Properties

Name Type Description Notes
Id Pointer to string [optional]
CreationTime Pointer to time.Time [optional]
CreatorId Pointer to string [optional]
LastModificationTime Pointer to time.Time [optional]
LastModifierId Pointer to string [optional]
IsDeleted Pointer to bool [optional]
DeleterId Pointer to string [optional]
DeletionTime Pointer to time.Time [optional]
Name Pointer to string [optional]
DisplayName Pointer to string [optional]
Description Pointer to string [optional]
Details Pointer to string [optional]
ScreenshotKeys Pointer to string [optional]

Methods

NewAppFeatureDto

func NewAppFeatureDto() *AppFeatureDto

NewAppFeatureDto instantiates a new AppFeatureDto 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

NewAppFeatureDtoWithDefaults

func NewAppFeatureDtoWithDefaults() *AppFeatureDto

NewAppFeatureDtoWithDefaults instantiates a new AppFeatureDto 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 *AppFeatureDto) GetId() string

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

GetIdOk

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

SetId sets Id field to given value.

HasId

func (o *AppFeatureDto) HasId() bool

HasId returns a boolean if a field has been set.

GetCreationTime

func (o *AppFeatureDto) GetCreationTime() time.Time

GetCreationTime returns the CreationTime field if non-nil, zero value otherwise.

GetCreationTimeOk

func (o *AppFeatureDto) GetCreationTimeOk() (*time.Time, bool)

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

SetCreationTime

func (o *AppFeatureDto) SetCreationTime(v time.Time)

SetCreationTime sets CreationTime field to given value.

HasCreationTime

func (o *AppFeatureDto) HasCreationTime() bool

HasCreationTime returns a boolean if a field has been set.

GetCreatorId

func (o *AppFeatureDto) GetCreatorId() string

GetCreatorId returns the CreatorId field if non-nil, zero value otherwise.

GetCreatorIdOk

func (o *AppFeatureDto) GetCreatorIdOk() (*string, bool)

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

SetCreatorId

func (o *AppFeatureDto) SetCreatorId(v string)

SetCreatorId sets CreatorId field to given value.

HasCreatorId

func (o *AppFeatureDto) HasCreatorId() bool

HasCreatorId returns a boolean if a field has been set.

GetLastModificationTime

func (o *AppFeatureDto) GetLastModificationTime() time.Time

GetLastModificationTime returns the LastModificationTime field if non-nil, zero value otherwise.

GetLastModificationTimeOk

func (o *AppFeatureDto) GetLastModificationTimeOk() (*time.Time, bool)

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

SetLastModificationTime

func (o *AppFeatureDto) SetLastModificationTime(v time.Time)

SetLastModificationTime sets LastModificationTime field to given value.

HasLastModificationTime

func (o *AppFeatureDto) HasLastModificationTime() bool

HasLastModificationTime returns a boolean if a field has been set.

GetLastModifierId

func (o *AppFeatureDto) GetLastModifierId() string

GetLastModifierId returns the LastModifierId field if non-nil, zero value otherwise.

GetLastModifierIdOk

func (o *AppFeatureDto) GetLastModifierIdOk() (*string, bool)

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

SetLastModifierId

func (o *AppFeatureDto) SetLastModifierId(v string)

SetLastModifierId sets LastModifierId field to given value.

HasLastModifierId

func (o *AppFeatureDto) HasLastModifierId() bool

HasLastModifierId returns a boolean if a field has been set.

GetIsDeleted

func (o *AppFeatureDto) GetIsDeleted() bool

GetIsDeleted returns the IsDeleted field if non-nil, zero value otherwise.

GetIsDeletedOk

func (o *AppFeatureDto) GetIsDeletedOk() (*bool, bool)

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

SetIsDeleted

func (o *AppFeatureDto) SetIsDeleted(v bool)

SetIsDeleted sets IsDeleted field to given value.

HasIsDeleted

func (o *AppFeatureDto) HasIsDeleted() bool

HasIsDeleted returns a boolean if a field has been set.

GetDeleterId

func (o *AppFeatureDto) GetDeleterId() string

GetDeleterId returns the DeleterId field if non-nil, zero value otherwise.

GetDeleterIdOk

func (o *AppFeatureDto) GetDeleterIdOk() (*string, bool)

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

SetDeleterId

func (o *AppFeatureDto) SetDeleterId(v string)

SetDeleterId sets DeleterId field to given value.

HasDeleterId

func (o *AppFeatureDto) HasDeleterId() bool

HasDeleterId returns a boolean if a field has been set.

GetDeletionTime

func (o *AppFeatureDto) GetDeletionTime() time.Time

GetDeletionTime returns the DeletionTime field if non-nil, zero value otherwise.

GetDeletionTimeOk

func (o *AppFeatureDto) GetDeletionTimeOk() (*time.Time, bool)

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

SetDeletionTime

func (o *AppFeatureDto) SetDeletionTime(v time.Time)

SetDeletionTime sets DeletionTime field to given value.

HasDeletionTime

func (o *AppFeatureDto) HasDeletionTime() bool

HasDeletionTime returns a boolean if a field has been set.

GetName

func (o *AppFeatureDto) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

HasName

func (o *AppFeatureDto) HasName() bool

HasName returns a boolean if a field has been set.

GetDisplayName

func (o *AppFeatureDto) GetDisplayName() string

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

GetDisplayNameOk

func (o *AppFeatureDto) 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 *AppFeatureDto) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *AppFeatureDto) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetDescription

func (o *AppFeatureDto) GetDescription() string

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

GetDescriptionOk

func (o *AppFeatureDto) 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 *AppFeatureDto) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *AppFeatureDto) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetDetails

func (o *AppFeatureDto) GetDetails() string

GetDetails returns the Details field if non-nil, zero value otherwise.

GetDetailsOk

func (o *AppFeatureDto) GetDetailsOk() (*string, bool)

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

SetDetails

func (o *AppFeatureDto) SetDetails(v string)

SetDetails sets Details field to given value.

HasDetails

func (o *AppFeatureDto) HasDetails() bool

HasDetails returns a boolean if a field has been set.

GetScreenshotKeys

func (o *AppFeatureDto) GetScreenshotKeys() string

GetScreenshotKeys returns the ScreenshotKeys field if non-nil, zero value otherwise.

GetScreenshotKeysOk

func (o *AppFeatureDto) GetScreenshotKeysOk() (*string, bool)

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

SetScreenshotKeys

func (o *AppFeatureDto) SetScreenshotKeys(v string)

SetScreenshotKeys sets ScreenshotKeys field to given value.

HasScreenshotKeys

func (o *AppFeatureDto) HasScreenshotKeys() bool

HasScreenshotKeys returns a boolean if a field has been set.

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