| Name | Type | Description | Notes |
|---|---|---|---|
| Approvers | []Approver | list of approvers | |
| Timeout | Pointer to string | timeout for approval | [optional] |
| Type | Pointer to string | type of approval | [optional] |
func NewApprovalConfig(approvers []Approver, ) *ApprovalConfig
NewApprovalConfig instantiates a new ApprovalConfig 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 NewApprovalConfigWithDefaults() *ApprovalConfig
NewApprovalConfigWithDefaults instantiates a new ApprovalConfig 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 *ApprovalConfig) GetApprovers() []Approver
GetApprovers returns the Approvers field if non-nil, zero value otherwise.
func (o *ApprovalConfig) GetApproversOk() (*[]Approver, bool)
GetApproversOk returns a tuple with the Approvers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApprovalConfig) SetApprovers(v []Approver)
SetApprovers sets Approvers field to given value.
func (o *ApprovalConfig) GetTimeout() string
GetTimeout returns the Timeout field if non-nil, zero value otherwise.
func (o *ApprovalConfig) GetTimeoutOk() (*string, bool)
GetTimeoutOk returns a tuple with the Timeout field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApprovalConfig) SetTimeout(v string)
SetTimeout sets Timeout field to given value.
func (o *ApprovalConfig) HasTimeout() bool
HasTimeout returns a boolean if a field has been set.
func (o *ApprovalConfig) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ApprovalConfig) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApprovalConfig) SetType(v string)
SetType sets Type field to given value.
func (o *ApprovalConfig) HasType() bool
HasType returns a boolean if a field has been set.