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] |
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
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
func (o *JamfPackageResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *JamfPackageResponse) SetId(v string)
SetId sets Id field to given value.
func (o *JamfPackageResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *JamfPackageResponse) GetFilename() string
GetFilename returns the Filename field if non-nil, zero value otherwise.
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.
func (o *JamfPackageResponse) SetFilename(v string)
SetFilename sets Filename field to given value.
func (o *JamfPackageResponse) HasFilename() bool
HasFilename returns a boolean if a field has been set.
func (o *JamfPackageResponse) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
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.
func (o *JamfPackageResponse) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *JamfPackageResponse) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *JamfPackageResponse) GetCreated() string
GetCreated returns the Created field if non-nil, zero value otherwise.
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.
func (o *JamfPackageResponse) SetCreated(v string)
SetCreated sets Created field to given value.
func (o *JamfPackageResponse) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *JamfPackageResponse) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
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.
func (o *JamfPackageResponse) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *JamfPackageResponse) HasUrl() bool
HasUrl returns a boolean if a field has been set.