Name | Type | Description | Notes |
---|---|---|---|
Author | Pointer to NullableString | [optional] | |
Created | Pointer to time.Time | [optional] | |
CreatorVersion | Pointer to NullableString | [optional] | |
Description | Pointer to NullableString | [optional] | |
Modified | Pointer to time.Time | [optional] | |
Name | Pointer to NullableString | [optional] | |
Picture | Pointer to NullableString | [optional] | |
PreviewPictureRatio | Pointer to float32 | [optional] | |
SaveMode | Pointer to SaveMode | [optional] | |
SavePreviewPicture | Pointer to bool | [optional] | |
Tag | Pointer to NullableString | [optional] | |
Version | Pointer to NullableString | [optional] |
func NewReportInfo() *ReportInfo
NewReportInfo instantiates a new ReportInfo 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 NewReportInfoWithDefaults() *ReportInfo
NewReportInfoWithDefaults instantiates a new ReportInfo 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 *ReportInfo) GetAuthor() string
GetAuthor returns the Author field if non-nil, zero value otherwise.
func (o *ReportInfo) GetAuthorOk() (*string, bool)
GetAuthorOk returns a tuple with the Author field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReportInfo) SetAuthor(v string)
SetAuthor sets Author field to given value.
func (o *ReportInfo) HasAuthor() bool
HasAuthor returns a boolean if a field has been set.
func (o *ReportInfo) SetAuthorNil(b bool)
SetAuthorNil sets the value for Author to be an explicit nil
func (o *ReportInfo) UnsetAuthor()
UnsetAuthor ensures that no value is present for Author, not even an explicit nil
func (o *ReportInfo) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *ReportInfo) 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 *ReportInfo) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *ReportInfo) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *ReportInfo) GetCreatorVersion() string
GetCreatorVersion returns the CreatorVersion field if non-nil, zero value otherwise.
func (o *ReportInfo) GetCreatorVersionOk() (*string, bool)
GetCreatorVersionOk returns a tuple with the CreatorVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReportInfo) SetCreatorVersion(v string)
SetCreatorVersion sets CreatorVersion field to given value.
func (o *ReportInfo) HasCreatorVersion() bool
HasCreatorVersion returns a boolean if a field has been set.
func (o *ReportInfo) SetCreatorVersionNil(b bool)
SetCreatorVersionNil sets the value for CreatorVersion to be an explicit nil
func (o *ReportInfo) UnsetCreatorVersion()
UnsetCreatorVersion ensures that no value is present for CreatorVersion, not even an explicit nil
func (o *ReportInfo) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ReportInfo) 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 *ReportInfo) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ReportInfo) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ReportInfo) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
func (o *ReportInfo) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (o *ReportInfo) GetModified() time.Time
GetModified returns the Modified field if non-nil, zero value otherwise.
func (o *ReportInfo) GetModifiedOk() (*time.Time, bool)
GetModifiedOk returns a tuple with the Modified field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReportInfo) SetModified(v time.Time)
SetModified sets Modified field to given value.
func (o *ReportInfo) HasModified() bool
HasModified returns a boolean if a field has been set.
func (o *ReportInfo) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ReportInfo) 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 *ReportInfo) SetName(v string)
SetName sets Name field to given value.
func (o *ReportInfo) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ReportInfo) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *ReportInfo) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *ReportInfo) GetPicture() string
GetPicture returns the Picture field if non-nil, zero value otherwise.
func (o *ReportInfo) GetPictureOk() (*string, bool)
GetPictureOk returns a tuple with the Picture field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReportInfo) SetPicture(v string)
SetPicture sets Picture field to given value.
func (o *ReportInfo) HasPicture() bool
HasPicture returns a boolean if a field has been set.
func (o *ReportInfo) SetPictureNil(b bool)
SetPictureNil sets the value for Picture to be an explicit nil
func (o *ReportInfo) UnsetPicture()
UnsetPicture ensures that no value is present for Picture, not even an explicit nil
func (o *ReportInfo) GetPreviewPictureRatio() float32
GetPreviewPictureRatio returns the PreviewPictureRatio field if non-nil, zero value otherwise.
func (o *ReportInfo) GetPreviewPictureRatioOk() (*float32, bool)
GetPreviewPictureRatioOk returns a tuple with the PreviewPictureRatio field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReportInfo) SetPreviewPictureRatio(v float32)
SetPreviewPictureRatio sets PreviewPictureRatio field to given value.
func (o *ReportInfo) HasPreviewPictureRatio() bool
HasPreviewPictureRatio returns a boolean if a field has been set.
func (o *ReportInfo) GetSaveMode() SaveMode
GetSaveMode returns the SaveMode field if non-nil, zero value otherwise.
func (o *ReportInfo) GetSaveModeOk() (*SaveMode, bool)
GetSaveModeOk returns a tuple with the SaveMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReportInfo) SetSaveMode(v SaveMode)
SetSaveMode sets SaveMode field to given value.
func (o *ReportInfo) HasSaveMode() bool
HasSaveMode returns a boolean if a field has been set.
func (o *ReportInfo) GetSavePreviewPicture() bool
GetSavePreviewPicture returns the SavePreviewPicture field if non-nil, zero value otherwise.
func (o *ReportInfo) GetSavePreviewPictureOk() (*bool, bool)
GetSavePreviewPictureOk returns a tuple with the SavePreviewPicture field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReportInfo) SetSavePreviewPicture(v bool)
SetSavePreviewPicture sets SavePreviewPicture field to given value.
func (o *ReportInfo) HasSavePreviewPicture() bool
HasSavePreviewPicture returns a boolean if a field has been set.
func (o *ReportInfo) GetTag() string
GetTag returns the Tag field if non-nil, zero value otherwise.
func (o *ReportInfo) GetTagOk() (*string, bool)
GetTagOk returns a tuple with the Tag field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReportInfo) SetTag(v string)
SetTag sets Tag field to given value.
func (o *ReportInfo) HasTag() bool
HasTag returns a boolean if a field has been set.
func (o *ReportInfo) SetTagNil(b bool)
SetTagNil sets the value for Tag to be an explicit nil
func (o *ReportInfo) UnsetTag()
UnsetTag ensures that no value is present for Tag, not even an explicit nil
func (o *ReportInfo) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *ReportInfo) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReportInfo) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *ReportInfo) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *ReportInfo) SetVersionNil(b bool)
SetVersionNil sets the value for Version to be an explicit nil
func (o *ReportInfo) UnsetVersion()
UnsetVersion ensures that no value is present for Version, not even an explicit nil