Name | Type | Description | Notes |
---|---|---|---|
Uuid | Pointer to string | [optional] [readonly] | |
Id | Pointer to string | [optional] [readonly] | |
Name | Pointer to string | [optional] [readonly] | |
Description | Pointer to string | [optional] [readonly] | |
ProfileId | Pointer to int64 | [optional] [readonly] | |
ProfileName | Pointer to string | [optional] [readonly] | |
ScopeDescription | Pointer to string | [optional] [readonly] |
func NewJamfProtectPlan() *JamfProtectPlan
NewJamfProtectPlan instantiates a new JamfProtectPlan 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 NewJamfProtectPlanWithDefaults() *JamfProtectPlan
NewJamfProtectPlanWithDefaults instantiates a new JamfProtectPlan 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 *JamfProtectPlan) GetUuid() string
GetUuid returns the Uuid field if non-nil, zero value otherwise.
func (o *JamfProtectPlan) 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.
func (o *JamfProtectPlan) SetUuid(v string)
SetUuid sets Uuid field to given value.
func (o *JamfProtectPlan) HasUuid() bool
HasUuid returns a boolean if a field has been set.
func (o *JamfProtectPlan) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *JamfProtectPlan) 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 *JamfProtectPlan) SetId(v string)
SetId sets Id field to given value.
func (o *JamfProtectPlan) HasId() bool
HasId returns a boolean if a field has been set.
func (o *JamfProtectPlan) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *JamfProtectPlan) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JamfProtectPlan) SetName(v string)
SetName sets Name field to given value.
func (o *JamfProtectPlan) HasName() bool
HasName returns a boolean if a field has been set.
func (o *JamfProtectPlan) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *JamfProtectPlan) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JamfProtectPlan) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *JamfProtectPlan) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *JamfProtectPlan) GetProfileId() int64
GetProfileId returns the ProfileId field if non-nil, zero value otherwise.
func (o *JamfProtectPlan) GetProfileIdOk() (*int64, bool)
GetProfileIdOk returns a tuple with the ProfileId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JamfProtectPlan) SetProfileId(v int64)
SetProfileId sets ProfileId field to given value.
func (o *JamfProtectPlan) HasProfileId() bool
HasProfileId returns a boolean if a field has been set.
func (o *JamfProtectPlan) GetProfileName() string
GetProfileName returns the ProfileName field if non-nil, zero value otherwise.
func (o *JamfProtectPlan) GetProfileNameOk() (*string, bool)
GetProfileNameOk returns a tuple with the ProfileName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JamfProtectPlan) SetProfileName(v string)
SetProfileName sets ProfileName field to given value.
func (o *JamfProtectPlan) HasProfileName() bool
HasProfileName returns a boolean if a field has been set.
func (o *JamfProtectPlan) GetScopeDescription() string
GetScopeDescription returns the ScopeDescription field if non-nil, zero value otherwise.
func (o *JamfProtectPlan) GetScopeDescriptionOk() (*string, bool)
GetScopeDescriptionOk returns a tuple with the ScopeDescription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JamfProtectPlan) SetScopeDescription(v string)
SetScopeDescription sets ScopeDescription field to given value.
func (o *JamfProtectPlan) HasScopeDescription() bool
HasScopeDescription returns a boolean if a field has been set.