Name | Type | Description | Notes |
---|---|---|---|
ObjectType | string | ||
ObjectId | int64 | ||
User | UserRequest |
func NewBookmarkRequest(objectType string, objectId int64, user UserRequest, ) *BookmarkRequest
NewBookmarkRequest instantiates a new BookmarkRequest 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 NewBookmarkRequestWithDefaults() *BookmarkRequest
NewBookmarkRequestWithDefaults instantiates a new BookmarkRequest 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 *BookmarkRequest) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *BookmarkRequest) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BookmarkRequest) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *BookmarkRequest) GetObjectId() int64
GetObjectId returns the ObjectId field if non-nil, zero value otherwise.
func (o *BookmarkRequest) GetObjectIdOk() (*int64, bool)
GetObjectIdOk returns a tuple with the ObjectId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BookmarkRequest) SetObjectId(v int64)
SetObjectId sets ObjectId field to given value.
func (o *BookmarkRequest) GetUser() UserRequest
GetUser returns the User field if non-nil, zero value otherwise.
func (o *BookmarkRequest) GetUserOk() (*UserRequest, bool)
GetUserOk returns a tuple with the User field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BookmarkRequest) SetUser(v UserRequest)
SetUser sets User field to given value.