Name | Type | Description | Notes |
---|---|---|---|
OnDashboard | Pointer to bool | [optional] |
func NewPatchPolicyV2OnDashboard() *PatchPolicyV2OnDashboard
NewPatchPolicyV2OnDashboard instantiates a new PatchPolicyV2OnDashboard 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 NewPatchPolicyV2OnDashboardWithDefaults() *PatchPolicyV2OnDashboard
NewPatchPolicyV2OnDashboardWithDefaults instantiates a new PatchPolicyV2OnDashboard 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 *PatchPolicyV2OnDashboard) GetOnDashboard() bool
GetOnDashboard returns the OnDashboard field if non-nil, zero value otherwise.
func (o *PatchPolicyV2OnDashboard) GetOnDashboardOk() (*bool, bool)
GetOnDashboardOk returns a tuple with the OnDashboard field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchPolicyV2OnDashboard) SetOnDashboard(v bool)
SetOnDashboard sets OnDashboard field to given value.
func (o *PatchPolicyV2OnDashboard) HasOnDashboard() bool
HasOnDashboard returns a boolean if a field has been set.