Name | Type | Description | Notes |
---|---|---|---|
ImpactLevel | Pointer to NullableString | [optional] | |
RestrictionPolicy | Pointer to NullableString | [optional] |
func NewUpdatePrivacy() *UpdatePrivacy
NewUpdatePrivacy instantiates a new UpdatePrivacy 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 NewUpdatePrivacyWithDefaults() *UpdatePrivacy
NewUpdatePrivacyWithDefaults instantiates a new UpdatePrivacy 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 *UpdatePrivacy) GetImpactLevel() string
GetImpactLevel returns the ImpactLevel field if non-nil, zero value otherwise.
func (o *UpdatePrivacy) GetImpactLevelOk() (*string, bool)
GetImpactLevelOk returns a tuple with the ImpactLevel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdatePrivacy) SetImpactLevel(v string)
SetImpactLevel sets ImpactLevel field to given value.
func (o *UpdatePrivacy) HasImpactLevel() bool
HasImpactLevel returns a boolean if a field has been set.
func (o *UpdatePrivacy) SetImpactLevelNil(b bool)
SetImpactLevelNil sets the value for ImpactLevel to be an explicit nil
func (o *UpdatePrivacy) UnsetImpactLevel()
UnsetImpactLevel ensures that no value is present for ImpactLevel, not even an explicit nil
func (o *UpdatePrivacy) GetRestrictionPolicy() string
GetRestrictionPolicy returns the RestrictionPolicy field if non-nil, zero value otherwise.
func (o *UpdatePrivacy) GetRestrictionPolicyOk() (*string, bool)
GetRestrictionPolicyOk returns a tuple with the RestrictionPolicy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdatePrivacy) SetRestrictionPolicy(v string)
SetRestrictionPolicy sets RestrictionPolicy field to given value.
func (o *UpdatePrivacy) HasRestrictionPolicy() bool
HasRestrictionPolicy returns a boolean if a field has been set.
func (o *UpdatePrivacy) SetRestrictionPolicyNil(b bool)
SetRestrictionPolicyNil sets the value for RestrictionPolicy to be an explicit nil
func (o *UpdatePrivacy) UnsetRestrictionPolicy()
UnsetRestrictionPolicy ensures that no value is present for RestrictionPolicy, not even an explicit nil