Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 6.91 KB

MobileDevicePrestageNames.md

File metadata and controls

212 lines (115 loc) · 6.91 KB

MobileDevicePrestageNames

Properties

Name Type Description Notes
AssignNamesUsing Pointer to string [optional]
PrestageDeviceNames Pointer to []MobileDevicePrestageName [optional]
DeviceNamePrefix Pointer to string [optional]
DeviceNameSuffix Pointer to string [optional]
SingleDeviceName Pointer to string [optional]
IsManageNames Pointer to bool [optional]
IsDeviceNamingConfigured Pointer to bool [optional]

Methods

NewMobileDevicePrestageNames

func NewMobileDevicePrestageNames() *MobileDevicePrestageNames

NewMobileDevicePrestageNames instantiates a new MobileDevicePrestageNames 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

NewMobileDevicePrestageNamesWithDefaults

func NewMobileDevicePrestageNamesWithDefaults() *MobileDevicePrestageNames

NewMobileDevicePrestageNamesWithDefaults instantiates a new MobileDevicePrestageNames 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

GetAssignNamesUsing

func (o *MobileDevicePrestageNames) GetAssignNamesUsing() string

GetAssignNamesUsing returns the AssignNamesUsing field if non-nil, zero value otherwise.

GetAssignNamesUsingOk

func (o *MobileDevicePrestageNames) GetAssignNamesUsingOk() (*string, bool)

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

SetAssignNamesUsing

func (o *MobileDevicePrestageNames) SetAssignNamesUsing(v string)

SetAssignNamesUsing sets AssignNamesUsing field to given value.

HasAssignNamesUsing

func (o *MobileDevicePrestageNames) HasAssignNamesUsing() bool

HasAssignNamesUsing returns a boolean if a field has been set.

GetPrestageDeviceNames

func (o *MobileDevicePrestageNames) GetPrestageDeviceNames() []MobileDevicePrestageName

GetPrestageDeviceNames returns the PrestageDeviceNames field if non-nil, zero value otherwise.

GetPrestageDeviceNamesOk

func (o *MobileDevicePrestageNames) GetPrestageDeviceNamesOk() (*[]MobileDevicePrestageName, bool)

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

SetPrestageDeviceNames

func (o *MobileDevicePrestageNames) SetPrestageDeviceNames(v []MobileDevicePrestageName)

SetPrestageDeviceNames sets PrestageDeviceNames field to given value.

HasPrestageDeviceNames

func (o *MobileDevicePrestageNames) HasPrestageDeviceNames() bool

HasPrestageDeviceNames returns a boolean if a field has been set.

GetDeviceNamePrefix

func (o *MobileDevicePrestageNames) GetDeviceNamePrefix() string

GetDeviceNamePrefix returns the DeviceNamePrefix field if non-nil, zero value otherwise.

GetDeviceNamePrefixOk

func (o *MobileDevicePrestageNames) GetDeviceNamePrefixOk() (*string, bool)

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

SetDeviceNamePrefix

func (o *MobileDevicePrestageNames) SetDeviceNamePrefix(v string)

SetDeviceNamePrefix sets DeviceNamePrefix field to given value.

HasDeviceNamePrefix

func (o *MobileDevicePrestageNames) HasDeviceNamePrefix() bool

HasDeviceNamePrefix returns a boolean if a field has been set.

GetDeviceNameSuffix

func (o *MobileDevicePrestageNames) GetDeviceNameSuffix() string

GetDeviceNameSuffix returns the DeviceNameSuffix field if non-nil, zero value otherwise.

GetDeviceNameSuffixOk

func (o *MobileDevicePrestageNames) GetDeviceNameSuffixOk() (*string, bool)

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

SetDeviceNameSuffix

func (o *MobileDevicePrestageNames) SetDeviceNameSuffix(v string)

SetDeviceNameSuffix sets DeviceNameSuffix field to given value.

HasDeviceNameSuffix

func (o *MobileDevicePrestageNames) HasDeviceNameSuffix() bool

HasDeviceNameSuffix returns a boolean if a field has been set.

GetSingleDeviceName

func (o *MobileDevicePrestageNames) GetSingleDeviceName() string

GetSingleDeviceName returns the SingleDeviceName field if non-nil, zero value otherwise.

GetSingleDeviceNameOk

func (o *MobileDevicePrestageNames) GetSingleDeviceNameOk() (*string, bool)

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

SetSingleDeviceName

func (o *MobileDevicePrestageNames) SetSingleDeviceName(v string)

SetSingleDeviceName sets SingleDeviceName field to given value.

HasSingleDeviceName

func (o *MobileDevicePrestageNames) HasSingleDeviceName() bool

HasSingleDeviceName returns a boolean if a field has been set.

GetIsManageNames

func (o *MobileDevicePrestageNames) GetIsManageNames() bool

GetIsManageNames returns the IsManageNames field if non-nil, zero value otherwise.

GetIsManageNamesOk

func (o *MobileDevicePrestageNames) GetIsManageNamesOk() (*bool, bool)

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

SetIsManageNames

func (o *MobileDevicePrestageNames) SetIsManageNames(v bool)

SetIsManageNames sets IsManageNames field to given value.

HasIsManageNames

func (o *MobileDevicePrestageNames) HasIsManageNames() bool

HasIsManageNames returns a boolean if a field has been set.

GetIsDeviceNamingConfigured

func (o *MobileDevicePrestageNames) GetIsDeviceNamingConfigured() bool

GetIsDeviceNamingConfigured returns the IsDeviceNamingConfigured field if non-nil, zero value otherwise.

GetIsDeviceNamingConfiguredOk

func (o *MobileDevicePrestageNames) GetIsDeviceNamingConfiguredOk() (*bool, bool)

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

SetIsDeviceNamingConfigured

func (o *MobileDevicePrestageNames) SetIsDeviceNamingConfigured(v bool)

SetIsDeviceNamingConfigured sets IsDeviceNamingConfigured field to given value.

HasIsDeviceNamingConfigured

func (o *MobileDevicePrestageNames) HasIsDeviceNamingConfigured() bool

HasIsDeviceNamingConfigured returns a boolean if a field has been set.

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