Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.62 KB

AssignRemoveProfileResponseSyncState.md

File metadata and controls

186 lines (101 loc) · 5.62 KB

AssignRemoveProfileResponseSyncState

Properties

Name Type Description Notes
Id Pointer to int64 [optional]
SerialNumber Pointer to string [optional]
ProfileUUID Pointer to string [optional]
SyncStatus Pointer to string [optional]
FailureCount Pointer to int64 [optional]
Timestamp Pointer to int64 [optional]

Methods

NewAssignRemoveProfileResponseSyncState

func NewAssignRemoveProfileResponseSyncState() *AssignRemoveProfileResponseSyncState

NewAssignRemoveProfileResponseSyncState instantiates a new AssignRemoveProfileResponseSyncState 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

NewAssignRemoveProfileResponseSyncStateWithDefaults

func NewAssignRemoveProfileResponseSyncStateWithDefaults() *AssignRemoveProfileResponseSyncState

NewAssignRemoveProfileResponseSyncStateWithDefaults instantiates a new AssignRemoveProfileResponseSyncState 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

GetId

func (o *AssignRemoveProfileResponseSyncState) GetId() int64

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *AssignRemoveProfileResponseSyncState) GetIdOk() (*int64, 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.

SetId

func (o *AssignRemoveProfileResponseSyncState) SetId(v int64)

SetId sets Id field to given value.

HasId

func (o *AssignRemoveProfileResponseSyncState) HasId() bool

HasId returns a boolean if a field has been set.

GetSerialNumber

func (o *AssignRemoveProfileResponseSyncState) GetSerialNumber() string

GetSerialNumber returns the SerialNumber field if non-nil, zero value otherwise.

GetSerialNumberOk

func (o *AssignRemoveProfileResponseSyncState) GetSerialNumberOk() (*string, bool)

GetSerialNumberOk returns a tuple with the SerialNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSerialNumber

func (o *AssignRemoveProfileResponseSyncState) SetSerialNumber(v string)

SetSerialNumber sets SerialNumber field to given value.

HasSerialNumber

func (o *AssignRemoveProfileResponseSyncState) HasSerialNumber() bool

HasSerialNumber returns a boolean if a field has been set.

GetProfileUUID

func (o *AssignRemoveProfileResponseSyncState) GetProfileUUID() string

GetProfileUUID returns the ProfileUUID field if non-nil, zero value otherwise.

GetProfileUUIDOk

func (o *AssignRemoveProfileResponseSyncState) GetProfileUUIDOk() (*string, bool)

GetProfileUUIDOk returns a tuple with the ProfileUUID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetProfileUUID

func (o *AssignRemoveProfileResponseSyncState) SetProfileUUID(v string)

SetProfileUUID sets ProfileUUID field to given value.

HasProfileUUID

func (o *AssignRemoveProfileResponseSyncState) HasProfileUUID() bool

HasProfileUUID returns a boolean if a field has been set.

GetSyncStatus

func (o *AssignRemoveProfileResponseSyncState) GetSyncStatus() string

GetSyncStatus returns the SyncStatus field if non-nil, zero value otherwise.

GetSyncStatusOk

func (o *AssignRemoveProfileResponseSyncState) GetSyncStatusOk() (*string, bool)

GetSyncStatusOk returns a tuple with the SyncStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSyncStatus

func (o *AssignRemoveProfileResponseSyncState) SetSyncStatus(v string)

SetSyncStatus sets SyncStatus field to given value.

HasSyncStatus

func (o *AssignRemoveProfileResponseSyncState) HasSyncStatus() bool

HasSyncStatus returns a boolean if a field has been set.

GetFailureCount

func (o *AssignRemoveProfileResponseSyncState) GetFailureCount() int64

GetFailureCount returns the FailureCount field if non-nil, zero value otherwise.

GetFailureCountOk

func (o *AssignRemoveProfileResponseSyncState) GetFailureCountOk() (*int64, bool)

GetFailureCountOk returns a tuple with the FailureCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFailureCount

func (o *AssignRemoveProfileResponseSyncState) SetFailureCount(v int64)

SetFailureCount sets FailureCount field to given value.

HasFailureCount

func (o *AssignRemoveProfileResponseSyncState) HasFailureCount() bool

HasFailureCount returns a boolean if a field has been set.

GetTimestamp

func (o *AssignRemoveProfileResponseSyncState) GetTimestamp() int64

GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.

GetTimestampOk

func (o *AssignRemoveProfileResponseSyncState) GetTimestampOk() (*int64, bool)

GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTimestamp

func (o *AssignRemoveProfileResponseSyncState) SetTimestamp(v int64)

SetTimestamp sets Timestamp field to given value.

HasTimestamp

func (o *AssignRemoveProfileResponseSyncState) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]