Name | Type | Description | Notes |
---|---|---|---|
SerialNumber | Pointer to string | [optional] | |
AssignmentDate | Pointer to time.Time | [optional] | |
UserAssigned | Pointer to string | [optional] |
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
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
func (o *PrestageScopeAssignmentV2) GetSerialNumber() string
GetSerialNumber returns the SerialNumber field if non-nil, zero value otherwise.
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.
func (o *PrestageScopeAssignmentV2) SetSerialNumber(v string)
SetSerialNumber sets SerialNumber field to given value.
func (o *PrestageScopeAssignmentV2) HasSerialNumber() bool
HasSerialNumber returns a boolean if a field has been set.
func (o *PrestageScopeAssignmentV2) GetAssignmentDate() time.Time
GetAssignmentDate returns the AssignmentDate field if non-nil, zero value otherwise.
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.
func (o *PrestageScopeAssignmentV2) SetAssignmentDate(v time.Time)
SetAssignmentDate sets AssignmentDate field to given value.
func (o *PrestageScopeAssignmentV2) HasAssignmentDate() bool
HasAssignmentDate returns a boolean if a field has been set.
func (o *PrestageScopeAssignmentV2) GetUserAssigned() string
GetUserAssigned returns the UserAssigned field if non-nil, zero value otherwise.
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.
func (o *PrestageScopeAssignmentV2) SetUserAssigned(v string)
SetUserAssigned sets UserAssigned field to given value.
func (o *PrestageScopeAssignmentV2) HasUserAssigned() bool
HasUserAssigned returns a boolean if a field has been set.