Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | The Bookmark object entity ID. | [optional] [readonly] |
Name | string | The user-defined name of this bookmark. | |
CreationDate | Pointer to time.Time | The date and time that this bookmark was created. | [optional] [readonly] |
VdbIds | []string | The list of VDB IDs associated with this bookmark. | |
Retention | Pointer to int64 | The retention policy for this bookmark, in days. A value of -1 indicates the bookmark should be kept forever. | [optional] |
Status | Pointer to NullableString | A message with details about operation progress or state of this bookmark. | [optional] [readonly] |
func NewBookmark(name string, vdbIds []string, ) *Bookmark
NewBookmark instantiates a new Bookmark 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 NewBookmarkWithDefaults() *Bookmark
NewBookmarkWithDefaults instantiates a new Bookmark 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 *Bookmark) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Bookmark) 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.
func (o *Bookmark) SetId(v string)
SetId sets Id field to given value.
func (o *Bookmark) HasId() bool
HasId returns a boolean if a field has been set.
func (o *Bookmark) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *Bookmark) 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 *Bookmark) SetName(v string)
SetName sets Name field to given value.
func (o *Bookmark) GetCreationDate() time.Time
GetCreationDate returns the CreationDate field if non-nil, zero value otherwise.
func (o *Bookmark) GetCreationDateOk() (*time.Time, bool)
GetCreationDateOk returns a tuple with the CreationDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Bookmark) SetCreationDate(v time.Time)
SetCreationDate sets CreationDate field to given value.
func (o *Bookmark) HasCreationDate() bool
HasCreationDate returns a boolean if a field has been set.
func (o *Bookmark) GetVdbIds() []string
GetVdbIds returns the VdbIds field if non-nil, zero value otherwise.
func (o *Bookmark) GetVdbIdsOk() (*[]string, bool)
GetVdbIdsOk returns a tuple with the VdbIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Bookmark) SetVdbIds(v []string)
SetVdbIds sets VdbIds field to given value.
func (o *Bookmark) GetRetention() int64
GetRetention returns the Retention field if non-nil, zero value otherwise.
func (o *Bookmark) GetRetentionOk() (*int64, bool)
GetRetentionOk returns a tuple with the Retention field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Bookmark) SetRetention(v int64)
SetRetention sets Retention field to given value.
func (o *Bookmark) HasRetention() bool
HasRetention returns a boolean if a field has been set.
func (o *Bookmark) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *Bookmark) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Bookmark) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *Bookmark) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *Bookmark) SetStatusNil(b bool)
SetStatusNil sets the value for Status to be an explicit nil
func (o *Bookmark) UnsetStatus()
UnsetStatus ensures that no value is present for Status, not even an explicit nil