Name | Type | Description | Notes |
---|---|---|---|
Title | Pointer to NullableString | [optional] | |
Messages | Pointer to []string | [optional] |
func NewTrackedDownloadStatusMessage() *TrackedDownloadStatusMessage
NewTrackedDownloadStatusMessage instantiates a new TrackedDownloadStatusMessage 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 NewTrackedDownloadStatusMessageWithDefaults() *TrackedDownloadStatusMessage
NewTrackedDownloadStatusMessageWithDefaults instantiates a new TrackedDownloadStatusMessage 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 *TrackedDownloadStatusMessage) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *TrackedDownloadStatusMessage) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TrackedDownloadStatusMessage) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *TrackedDownloadStatusMessage) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *TrackedDownloadStatusMessage) SetTitleNil(b bool)
SetTitleNil sets the value for Title to be an explicit nil
func (o *TrackedDownloadStatusMessage) UnsetTitle()
UnsetTitle ensures that no value is present for Title, not even an explicit nil
func (o *TrackedDownloadStatusMessage) GetMessages() []string
GetMessages returns the Messages field if non-nil, zero value otherwise.
func (o *TrackedDownloadStatusMessage) GetMessagesOk() (*[]string, bool)
GetMessagesOk returns a tuple with the Messages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TrackedDownloadStatusMessage) SetMessages(v []string)
SetMessages sets Messages field to given value.
func (o *TrackedDownloadStatusMessage) HasMessages() bool
HasMessages returns a boolean if a field has been set.
func (o *TrackedDownloadStatusMessage) SetMessagesNil(b bool)
SetMessagesNil sets the value for Messages to be an explicit nil
func (o *TrackedDownloadStatusMessage) UnsetMessages()
UnsetMessages ensures that no value is present for Messages, not even an explicit nil