Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.07 KB

JamfPackageResponse.md

File metadata and controls

160 lines (87 loc) · 4.07 KB

JamfPackageResponse

Properties

Name Type Description Notes
Id Pointer to string [optional]
Filename Pointer to string [optional]
Version Pointer to string [optional]
Created Pointer to string [optional]
Url Pointer to string [optional]

Methods

NewJamfPackageResponse

func NewJamfPackageResponse() *JamfPackageResponse

NewJamfPackageResponse instantiates a new JamfPackageResponse 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

NewJamfPackageResponseWithDefaults

func NewJamfPackageResponseWithDefaults() *JamfPackageResponse

NewJamfPackageResponseWithDefaults instantiates a new JamfPackageResponse 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

GetId

func (o *JamfPackageResponse) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *JamfPackageResponse) GetIdOk() (*string, bool)

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

SetId

func (o *JamfPackageResponse) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *JamfPackageResponse) HasId() bool

HasId returns a boolean if a field has been set.

GetFilename

func (o *JamfPackageResponse) GetFilename() string

GetFilename returns the Filename field if non-nil, zero value otherwise.

GetFilenameOk

func (o *JamfPackageResponse) GetFilenameOk() (*string, bool)

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

SetFilename

func (o *JamfPackageResponse) SetFilename(v string)

SetFilename sets Filename field to given value.

HasFilename

func (o *JamfPackageResponse) HasFilename() bool

HasFilename returns a boolean if a field has been set.

GetVersion

func (o *JamfPackageResponse) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *JamfPackageResponse) GetVersionOk() (*string, bool)

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

SetVersion

func (o *JamfPackageResponse) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *JamfPackageResponse) HasVersion() bool

HasVersion returns a boolean if a field has been set.

GetCreated

func (o *JamfPackageResponse) GetCreated() string

GetCreated returns the Created field if non-nil, zero value otherwise.

GetCreatedOk

func (o *JamfPackageResponse) GetCreatedOk() (*string, bool)

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

SetCreated

func (o *JamfPackageResponse) SetCreated(v string)

SetCreated sets Created field to given value.

HasCreated

func (o *JamfPackageResponse) HasCreated() bool

HasCreated returns a boolean if a field has been set.

GetUrl

func (o *JamfPackageResponse) GetUrl() string

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

GetUrlOk

func (o *JamfPackageResponse) 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 *JamfPackageResponse) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *JamfPackageResponse) HasUrl() bool

HasUrl returns a boolean if a field has been set.

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