Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.28 KB

PrestageScopeAssignment.md

File metadata and controls

108 lines (59 loc) · 3.28 KB

PrestageScopeAssignment

Properties

Name Type Description Notes
SerialNumber Pointer to string [optional]
AssignmentEpoch Pointer to int64 [optional]
UserAssigned Pointer to string [optional]

Methods

NewPrestageScopeAssignment

func NewPrestageScopeAssignment() *PrestageScopeAssignment

NewPrestageScopeAssignment instantiates a new PrestageScopeAssignment 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

NewPrestageScopeAssignmentWithDefaults

func NewPrestageScopeAssignmentWithDefaults() *PrestageScopeAssignment

NewPrestageScopeAssignmentWithDefaults instantiates a new PrestageScopeAssignment 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

GetSerialNumber

func (o *PrestageScopeAssignment) GetSerialNumber() string

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

GetSerialNumberOk

func (o *PrestageScopeAssignment) 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 *PrestageScopeAssignment) SetSerialNumber(v string)

SetSerialNumber sets SerialNumber field to given value.

HasSerialNumber

func (o *PrestageScopeAssignment) HasSerialNumber() bool

HasSerialNumber returns a boolean if a field has been set.

GetAssignmentEpoch

func (o *PrestageScopeAssignment) GetAssignmentEpoch() int64

GetAssignmentEpoch returns the AssignmentEpoch field if non-nil, zero value otherwise.

GetAssignmentEpochOk

func (o *PrestageScopeAssignment) GetAssignmentEpochOk() (*int64, bool)

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

SetAssignmentEpoch

func (o *PrestageScopeAssignment) SetAssignmentEpoch(v int64)

SetAssignmentEpoch sets AssignmentEpoch field to given value.

HasAssignmentEpoch

func (o *PrestageScopeAssignment) HasAssignmentEpoch() bool

HasAssignmentEpoch returns a boolean if a field has been set.

GetUserAssigned

func (o *PrestageScopeAssignment) GetUserAssigned() string

GetUserAssigned returns the UserAssigned field if non-nil, zero value otherwise.

GetUserAssignedOk

func (o *PrestageScopeAssignment) GetUserAssignedOk() (*string, bool)

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

SetUserAssigned

func (o *PrestageScopeAssignment) SetUserAssigned(v string)

SetUserAssigned sets UserAssigned field to given value.

HasUserAssigned

func (o *PrestageScopeAssignment) HasUserAssigned() bool

HasUserAssigned returns a boolean if a field has been set.

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