Skip to content

Latest commit

 

History

History
128 lines (71 loc) · 3.65 KB

LosingSetting2.md

File metadata and controls

128 lines (71 loc) · 3.65 KB

LosingSetting2

Properties

Name Type Description Notes
PolicyGuid Pointer to string Policy GUID. [optional]
PolicyName Pointer to NullableString The policy that has the setting. [optional]
SettingName Pointer to NullableString The setting that is not applied. [optional]

Methods

NewLosingSetting2

func NewLosingSetting2() *LosingSetting2

NewLosingSetting2 instantiates a new LosingSetting2 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

NewLosingSetting2WithDefaults

func NewLosingSetting2WithDefaults() *LosingSetting2

NewLosingSetting2WithDefaults instantiates a new LosingSetting2 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

GetPolicyGuid

func (o *LosingSetting2) GetPolicyGuid() string

GetPolicyGuid returns the PolicyGuid field if non-nil, zero value otherwise.

GetPolicyGuidOk

func (o *LosingSetting2) GetPolicyGuidOk() (*string, bool)

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

SetPolicyGuid

func (o *LosingSetting2) SetPolicyGuid(v string)

SetPolicyGuid sets PolicyGuid field to given value.

HasPolicyGuid

func (o *LosingSetting2) HasPolicyGuid() bool

HasPolicyGuid returns a boolean if a field has been set.

GetPolicyName

func (o *LosingSetting2) GetPolicyName() string

GetPolicyName returns the PolicyName field if non-nil, zero value otherwise.

GetPolicyNameOk

func (o *LosingSetting2) GetPolicyNameOk() (*string, bool)

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

SetPolicyName

func (o *LosingSetting2) SetPolicyName(v string)

SetPolicyName sets PolicyName field to given value.

HasPolicyName

func (o *LosingSetting2) HasPolicyName() bool

HasPolicyName returns a boolean if a field has been set.

SetPolicyNameNil

func (o *LosingSetting2) SetPolicyNameNil(b bool)

SetPolicyNameNil sets the value for PolicyName to be an explicit nil

UnsetPolicyName

func (o *LosingSetting2) UnsetPolicyName()

UnsetPolicyName ensures that no value is present for PolicyName, not even an explicit nil

GetSettingName

func (o *LosingSetting2) GetSettingName() string

GetSettingName returns the SettingName field if non-nil, zero value otherwise.

GetSettingNameOk

func (o *LosingSetting2) GetSettingNameOk() (*string, bool)

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

SetSettingName

func (o *LosingSetting2) SetSettingName(v string)

SetSettingName sets SettingName field to given value.

HasSettingName

func (o *LosingSetting2) HasSettingName() bool

HasSettingName returns a boolean if a field has been set.

SetSettingNameNil

func (o *LosingSetting2) SetSettingNameNil(b bool)

SetSettingNameNil sets the value for SettingName to be an explicit nil

UnsetSettingName

func (o *LosingSetting2) UnsetSettingName()

UnsetSettingName ensures that no value is present for SettingName, not even an explicit nil

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