Name | Type | Description | Notes |
---|---|---|---|
Attributes | Pointer to CheckpointServerAttributes | [optional] | |
Id | int32 | Identifier | |
Type | Pointer to string | Object type | [optional] |
Relationships | Pointer to []RelationObject | Relationships of the object | [optional] |
Links | Pointer to map[string]string | Links related to the object | [optional] |
func NewCheckpoinServerResponseData(id int32, ) *CheckpoinServerResponseData
NewCheckpoinServerResponseData instantiates a new CheckpoinServerResponseData 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 NewCheckpoinServerResponseDataWithDefaults() *CheckpoinServerResponseData
NewCheckpoinServerResponseDataWithDefaults instantiates a new CheckpoinServerResponseData 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 *CheckpoinServerResponseData) GetAttributes() CheckpointServerAttributes
GetAttributes returns the Attributes field if non-nil, zero value otherwise.
func (o *CheckpoinServerResponseData) GetAttributesOk() (*CheckpointServerAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CheckpoinServerResponseData) SetAttributes(v CheckpointServerAttributes)
SetAttributes sets Attributes field to given value.
func (o *CheckpoinServerResponseData) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (o *CheckpoinServerResponseData) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CheckpoinServerResponseData) GetIdOk() (*int32, 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 *CheckpoinServerResponseData) SetId(v int32)
SetId sets Id field to given value.
func (o *CheckpoinServerResponseData) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *CheckpoinServerResponseData) 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 *CheckpoinServerResponseData) SetType(v string)
SetType sets Type field to given value.
func (o *CheckpoinServerResponseData) HasType() bool
HasType returns a boolean if a field has been set.
func (o *CheckpoinServerResponseData) GetRelationships() []RelationObject
GetRelationships returns the Relationships field if non-nil, zero value otherwise.
func (o *CheckpoinServerResponseData) GetRelationshipsOk() (*[]RelationObject, bool)
GetRelationshipsOk returns a tuple with the Relationships field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CheckpoinServerResponseData) SetRelationships(v []RelationObject)
SetRelationships sets Relationships field to given value.
func (o *CheckpoinServerResponseData) HasRelationships() bool
HasRelationships returns a boolean if a field has been set.
func (o *CheckpoinServerResponseData) GetLinks() map[string]string
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *CheckpoinServerResponseData) GetLinksOk() (*map[string]string, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CheckpoinServerResponseData) SetLinks(v map[string]string)
SetLinks sets Links field to given value.
func (o *CheckpoinServerResponseData) HasLinks() bool
HasLinks returns a boolean if a field has been set.