Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.13 KB

JamfProServerUrl.md

File metadata and controls

72 lines (39 loc) · 2.13 KB

JamfProServerUrl

Properties

Name Type Description Notes
Url string
UnsecuredEnrollmentUrl string

Methods

NewJamfProServerUrl

func NewJamfProServerUrl(url string, unsecuredEnrollmentUrl string, ) *JamfProServerUrl

NewJamfProServerUrl instantiates a new JamfProServerUrl 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

NewJamfProServerUrlWithDefaults

func NewJamfProServerUrlWithDefaults() *JamfProServerUrl

NewJamfProServerUrlWithDefaults instantiates a new JamfProServerUrl 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

GetUrl

func (o *JamfProServerUrl) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *JamfProServerUrl) GetUrlOk() (*string, bool)

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

SetUrl

func (o *JamfProServerUrl) SetUrl(v string)

SetUrl sets Url field to given value.

GetUnsecuredEnrollmentUrl

func (o *JamfProServerUrl) GetUnsecuredEnrollmentUrl() string

GetUnsecuredEnrollmentUrl returns the UnsecuredEnrollmentUrl field if non-nil, zero value otherwise.

GetUnsecuredEnrollmentUrlOk

func (o *JamfProServerUrl) GetUnsecuredEnrollmentUrlOk() (*string, bool)

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

SetUnsecuredEnrollmentUrl

func (o *JamfProServerUrl) SetUnsecuredEnrollmentUrl(v string)

SetUnsecuredEnrollmentUrl sets UnsecuredEnrollmentUrl field to given value.

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