Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.33 KB

PrestageScopeAssignmentV2.md

File metadata and controls

108 lines (59 loc) · 3.33 KB

PrestageScopeAssignmentV2

Properties

Name Type Description Notes
SerialNumber Pointer to string [optional]
AssignmentDate Pointer to time.Time [optional]
UserAssigned Pointer to string [optional]

Methods

NewPrestageScopeAssignmentV2

func NewPrestageScopeAssignmentV2() *PrestageScopeAssignmentV2

NewPrestageScopeAssignmentV2 instantiates a new PrestageScopeAssignmentV2 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

NewPrestageScopeAssignmentV2WithDefaults

func NewPrestageScopeAssignmentV2WithDefaults() *PrestageScopeAssignmentV2

NewPrestageScopeAssignmentV2WithDefaults instantiates a new PrestageScopeAssignmentV2 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 *PrestageScopeAssignmentV2) GetSerialNumber() string

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

GetSerialNumberOk

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

SetSerialNumber sets SerialNumber field to given value.

HasSerialNumber

func (o *PrestageScopeAssignmentV2) HasSerialNumber() bool

HasSerialNumber returns a boolean if a field has been set.

GetAssignmentDate

func (o *PrestageScopeAssignmentV2) GetAssignmentDate() time.Time

GetAssignmentDate returns the AssignmentDate field if non-nil, zero value otherwise.

GetAssignmentDateOk

func (o *PrestageScopeAssignmentV2) GetAssignmentDateOk() (*time.Time, bool)

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

SetAssignmentDate

func (o *PrestageScopeAssignmentV2) SetAssignmentDate(v time.Time)

SetAssignmentDate sets AssignmentDate field to given value.

HasAssignmentDate

func (o *PrestageScopeAssignmentV2) HasAssignmentDate() bool

HasAssignmentDate returns a boolean if a field has been set.

GetUserAssigned

func (o *PrestageScopeAssignmentV2) GetUserAssigned() string

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

GetUserAssignedOk

func (o *PrestageScopeAssignmentV2) 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 *PrestageScopeAssignmentV2) SetUserAssigned(v string)

SetUserAssigned sets UserAssigned field to given value.

HasUserAssigned

func (o *PrestageScopeAssignmentV2) HasUserAssigned() bool

HasUserAssigned returns a boolean if a field has been set.

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