| Name | Type | Description | Notes |
|---|---|---|---|
| IsActive | Pointer to bool | Indicates whether the policy is active. | [optional] |
| IsAnException | Pointer to bool | Indicates whether the policy is an exception to the master policy. | [optional] |
func NewWorkflowPolicy() *WorkflowPolicy
NewWorkflowPolicy instantiates a new WorkflowPolicy 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 NewWorkflowPolicyWithDefaults() *WorkflowPolicy
NewWorkflowPolicyWithDefaults instantiates a new WorkflowPolicy 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 *WorkflowPolicy) GetIsActive() bool
GetIsActive returns the IsActive field if non-nil, zero value otherwise.
func (o *WorkflowPolicy) GetIsActiveOk() (*bool, bool)
GetIsActiveOk returns a tuple with the IsActive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WorkflowPolicy) SetIsActive(v bool)
SetIsActive sets IsActive field to given value.
func (o *WorkflowPolicy) HasIsActive() bool
HasIsActive returns a boolean if a field has been set.
func (o *WorkflowPolicy) GetIsAnException() bool
GetIsAnException returns the IsAnException field if non-nil, zero value otherwise.
func (o *WorkflowPolicy) GetIsAnExceptionOk() (*bool, bool)
GetIsAnExceptionOk returns a tuple with the IsAnException field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WorkflowPolicy) SetIsAnException(v bool)
SetIsAnException sets IsAnException field to given value.
func (o *WorkflowPolicy) HasIsAnException() bool
HasIsAnException returns a boolean if a field has been set.