| Name | Type | Description | Notes |
|---|---|---|---|
| Url | Pointer to string | [optional] | |
| Type | Pointer to string | [optional] | |
| SeqNum | Pointer to int32 | [optional] | |
| Published | Pointer to bool | [optional] | |
| PublishedRevision | Pointer to int32 | [optional] | |
| PublishedMd5 | Pointer to string | [optional] | |
| ByteLength | Pointer to int32 | [optional] | |
| RevisionCount | Pointer to int32 | [optional] | |
| HighestRevisionNumber | Pointer to int32 | [optional] | |
| Deleted | Pointer to bool | [optional] | |
| DeletedTimestamp | Pointer to int32 | [optional] | |
| Md5 | Pointer to string | [optional] | |
| RevisionNumber | Pointer to int32 | [optional] | |
| DateTimestamp | Pointer to int32 | [optional] |
func NewV1Meta() *V1Meta
NewV1Meta instantiates a new V1Meta 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 NewV1MetaWithDefaults() *V1Meta
NewV1MetaWithDefaults instantiates a new V1Meta 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 *V1Meta) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *V1Meta) 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 *V1Meta) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *V1Meta) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (o *V1Meta) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *V1Meta) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1Meta) SetType(v string)
SetType sets Type field to given value.
func (o *V1Meta) HasType() bool
HasType returns a boolean if a field has been set.
func (o *V1Meta) GetSeqNum() int32
GetSeqNum returns the SeqNum field if non-nil, zero value otherwise.
func (o *V1Meta) GetSeqNumOk() (*int32, bool)
GetSeqNumOk returns a tuple with the SeqNum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1Meta) SetSeqNum(v int32)
SetSeqNum sets SeqNum field to given value.
func (o *V1Meta) HasSeqNum() bool
HasSeqNum returns a boolean if a field has been set.
func (o *V1Meta) GetPublished() bool
GetPublished returns the Published field if non-nil, zero value otherwise.
func (o *V1Meta) GetPublishedOk() (*bool, 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 *V1Meta) SetPublished(v bool)
SetPublished sets Published field to given value.
func (o *V1Meta) HasPublished() bool
HasPublished returns a boolean if a field has been set.
func (o *V1Meta) GetPublishedRevision() int32
GetPublishedRevision returns the PublishedRevision field if non-nil, zero value otherwise.
func (o *V1Meta) GetPublishedRevisionOk() (*int32, bool)
GetPublishedRevisionOk returns a tuple with the PublishedRevision field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1Meta) SetPublishedRevision(v int32)
SetPublishedRevision sets PublishedRevision field to given value.
func (o *V1Meta) HasPublishedRevision() bool
HasPublishedRevision returns a boolean if a field has been set.
func (o *V1Meta) GetPublishedMd5() string
GetPublishedMd5 returns the PublishedMd5 field if non-nil, zero value otherwise.
func (o *V1Meta) GetPublishedMd5Ok() (*string, bool)
GetPublishedMd5Ok returns a tuple with the PublishedMd5 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1Meta) SetPublishedMd5(v string)
SetPublishedMd5 sets PublishedMd5 field to given value.
func (o *V1Meta) HasPublishedMd5() bool
HasPublishedMd5 returns a boolean if a field has been set.
func (o *V1Meta) GetByteLength() int32
GetByteLength returns the ByteLength field if non-nil, zero value otherwise.
func (o *V1Meta) GetByteLengthOk() (*int32, bool)
GetByteLengthOk returns a tuple with the ByteLength field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1Meta) SetByteLength(v int32)
SetByteLength sets ByteLength field to given value.
func (o *V1Meta) HasByteLength() bool
HasByteLength returns a boolean if a field has been set.
func (o *V1Meta) GetRevisionCount() int32
GetRevisionCount returns the RevisionCount field if non-nil, zero value otherwise.
func (o *V1Meta) 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 *V1Meta) SetRevisionCount(v int32)
SetRevisionCount sets RevisionCount field to given value.
func (o *V1Meta) HasRevisionCount() bool
HasRevisionCount returns a boolean if a field has been set.
func (o *V1Meta) GetHighestRevisionNumber() int32
GetHighestRevisionNumber returns the HighestRevisionNumber field if non-nil, zero value otherwise.
func (o *V1Meta) GetHighestRevisionNumberOk() (*int32, bool)
GetHighestRevisionNumberOk returns a tuple with the HighestRevisionNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1Meta) SetHighestRevisionNumber(v int32)
SetHighestRevisionNumber sets HighestRevisionNumber field to given value.
func (o *V1Meta) HasHighestRevisionNumber() bool
HasHighestRevisionNumber returns a boolean if a field has been set.
func (o *V1Meta) GetDeleted() bool
GetDeleted returns the Deleted field if non-nil, zero value otherwise.
func (o *V1Meta) GetDeletedOk() (*bool, bool)
GetDeletedOk returns a tuple with the Deleted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1Meta) SetDeleted(v bool)
SetDeleted sets Deleted field to given value.
func (o *V1Meta) HasDeleted() bool
HasDeleted returns a boolean if a field has been set.
func (o *V1Meta) GetDeletedTimestamp() int32
GetDeletedTimestamp returns the DeletedTimestamp field if non-nil, zero value otherwise.
func (o *V1Meta) GetDeletedTimestampOk() (*int32, bool)
GetDeletedTimestampOk returns a tuple with the DeletedTimestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1Meta) SetDeletedTimestamp(v int32)
SetDeletedTimestamp sets DeletedTimestamp field to given value.
func (o *V1Meta) HasDeletedTimestamp() bool
HasDeletedTimestamp returns a boolean if a field has been set.
func (o *V1Meta) GetMd5() string
GetMd5 returns the Md5 field if non-nil, zero value otherwise.
func (o *V1Meta) GetMd5Ok() (*string, bool)
GetMd5Ok returns a tuple with the Md5 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1Meta) SetMd5(v string)
SetMd5 sets Md5 field to given value.
func (o *V1Meta) HasMd5() bool
HasMd5 returns a boolean if a field has been set.
func (o *V1Meta) GetRevisionNumber() int32
GetRevisionNumber returns the RevisionNumber field if non-nil, zero value otherwise.
func (o *V1Meta) GetRevisionNumberOk() (*int32, bool)
GetRevisionNumberOk returns a tuple with the RevisionNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1Meta) SetRevisionNumber(v int32)
SetRevisionNumber sets RevisionNumber field to given value.
func (o *V1Meta) HasRevisionNumber() bool
HasRevisionNumber returns a boolean if a field has been set.
func (o *V1Meta) GetDateTimestamp() int32
GetDateTimestamp returns the DateTimestamp field if non-nil, zero value otherwise.
func (o *V1Meta) GetDateTimestampOk() (*int32, 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 *V1Meta) SetDateTimestamp(v int32)
SetDateTimestamp sets DateTimestamp field to given value.
func (o *V1Meta) HasDateTimestamp() bool
HasDateTimestamp returns a boolean if a field has been set.