Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.34 KB

MobileDeviceProvisioningProfiles.md

File metadata and controls

108 lines (59 loc) · 3.34 KB

MobileDeviceProvisioningProfiles

Properties

Name Type Description Notes
DisplayName Pointer to string [optional]
Uuid Pointer to string [optional]
ExpirationDate Pointer to time.Time [optional]

Methods

NewMobileDeviceProvisioningProfiles

func NewMobileDeviceProvisioningProfiles() *MobileDeviceProvisioningProfiles

NewMobileDeviceProvisioningProfiles instantiates a new MobileDeviceProvisioningProfiles 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

NewMobileDeviceProvisioningProfilesWithDefaults

func NewMobileDeviceProvisioningProfilesWithDefaults() *MobileDeviceProvisioningProfiles

NewMobileDeviceProvisioningProfilesWithDefaults instantiates a new MobileDeviceProvisioningProfiles 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

GetDisplayName

func (o *MobileDeviceProvisioningProfiles) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

func (o *MobileDeviceProvisioningProfiles) GetDisplayNameOk() (*string, bool)

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

SetDisplayName

func (o *MobileDeviceProvisioningProfiles) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *MobileDeviceProvisioningProfiles) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetUuid

func (o *MobileDeviceProvisioningProfiles) GetUuid() string

GetUuid returns the Uuid field if non-nil, zero value otherwise.

GetUuidOk

func (o *MobileDeviceProvisioningProfiles) GetUuidOk() (*string, bool)

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

SetUuid

func (o *MobileDeviceProvisioningProfiles) SetUuid(v string)

SetUuid sets Uuid field to given value.

HasUuid

func (o *MobileDeviceProvisioningProfiles) HasUuid() bool

HasUuid returns a boolean if a field has been set.

GetExpirationDate

func (o *MobileDeviceProvisioningProfiles) GetExpirationDate() time.Time

GetExpirationDate returns the ExpirationDate field if non-nil, zero value otherwise.

GetExpirationDateOk

func (o *MobileDeviceProvisioningProfiles) GetExpirationDateOk() (*time.Time, bool)

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

SetExpirationDate

func (o *MobileDeviceProvisioningProfiles) SetExpirationDate(v time.Time)

SetExpirationDate sets ExpirationDate field to given value.

HasExpirationDate

func (o *MobileDeviceProvisioningProfiles) HasExpirationDate() bool

HasExpirationDate returns a boolean if a field has been set.

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