| Name | Type | Description | Notes |
|---|---|---|---|
| Url | string | ||
| DateTimestamp | string | ||
| Published | string | ||
| RevisionCount | int32 | ||
| Desc | Pointer to string | [optional] | |
| Uuid | Pointer to string | [optional] |
func NewV1ContentItem(url string, dateTimestamp string, published string, revisionCount int32, ) *V1ContentItem
NewV1ContentItem instantiates a new V1ContentItem 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 NewV1ContentItemWithDefaults() *V1ContentItem
NewV1ContentItemWithDefaults instantiates a new V1ContentItem 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 *V1ContentItem) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *V1ContentItem) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1ContentItem) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *V1ContentItem) GetDateTimestamp() string
GetDateTimestamp returns the DateTimestamp field if non-nil, zero value otherwise.
func (o *V1ContentItem) GetDateTimestampOk() (*string, bool)
GetDateTimestampOk returns a tuple with the DateTimestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1ContentItem) SetDateTimestamp(v string)
SetDateTimestamp sets DateTimestamp field to given value.
func (o *V1ContentItem) GetPublished() string
GetPublished returns the Published field if non-nil, zero value otherwise.
func (o *V1ContentItem) GetPublishedOk() (*string, bool)
GetPublishedOk returns a tuple with the Published field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1ContentItem) SetPublished(v string)
SetPublished sets Published field to given value.
func (o *V1ContentItem) GetRevisionCount() int32
GetRevisionCount returns the RevisionCount field if non-nil, zero value otherwise.
func (o *V1ContentItem) GetRevisionCountOk() (*int32, bool)
GetRevisionCountOk returns a tuple with the RevisionCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1ContentItem) SetRevisionCount(v int32)
SetRevisionCount sets RevisionCount field to given value.
func (o *V1ContentItem) GetDesc() string
GetDesc returns the Desc field if non-nil, zero value otherwise.
func (o *V1ContentItem) GetDescOk() (*string, bool)
GetDescOk returns a tuple with the Desc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1ContentItem) SetDesc(v string)
SetDesc sets Desc field to given value.
func (o *V1ContentItem) HasDesc() bool
HasDesc returns a boolean if a field has been set.
func (o *V1ContentItem) GetUuid() string
GetUuid returns the Uuid field if non-nil, zero value otherwise.
func (o *V1ContentItem) GetUuidOk() (*string, bool)
GetUuidOk returns a tuple with the Uuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1ContentItem) SetUuid(v string)
SetUuid sets Uuid field to given value.
func (o *V1ContentItem) HasUuid() bool
HasUuid returns a boolean if a field has been set.