Name | Type | Description | Notes |
---|---|---|---|
Comment | Pointer to string | Comment left for the pre-approval decision | [optional] |
Reviewer | Pointer to string | The reviewer of the pre-approval decision | [optional] |
Decision | Pointer to string | The decision of the pre-approval trigger | [optional] |
func NewPreApprovalTriggerDetails() *PreApprovalTriggerDetails
NewPreApprovalTriggerDetails instantiates a new PreApprovalTriggerDetails 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 NewPreApprovalTriggerDetailsWithDefaults() *PreApprovalTriggerDetails
NewPreApprovalTriggerDetailsWithDefaults instantiates a new PreApprovalTriggerDetails 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 *PreApprovalTriggerDetails) GetComment() string
GetComment returns the Comment field if non-nil, zero value otherwise.
func (o *PreApprovalTriggerDetails) GetCommentOk() (*string, bool)
GetCommentOk returns a tuple with the Comment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PreApprovalTriggerDetails) SetComment(v string)
SetComment sets Comment field to given value.
func (o *PreApprovalTriggerDetails) HasComment() bool
HasComment returns a boolean if a field has been set.
func (o *PreApprovalTriggerDetails) GetReviewer() string
GetReviewer returns the Reviewer field if non-nil, zero value otherwise.
func (o *PreApprovalTriggerDetails) GetReviewerOk() (*string, bool)
GetReviewerOk returns a tuple with the Reviewer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PreApprovalTriggerDetails) SetReviewer(v string)
SetReviewer sets Reviewer field to given value.
func (o *PreApprovalTriggerDetails) HasReviewer() bool
HasReviewer returns a boolean if a field has been set.
func (o *PreApprovalTriggerDetails) GetDecision() string
GetDecision returns the Decision field if non-nil, zero value otherwise.
func (o *PreApprovalTriggerDetails) GetDecisionOk() (*string, bool)
GetDecisionOk returns a tuple with the Decision field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PreApprovalTriggerDetails) SetDecision(v string)
SetDecision sets Decision field to given value.
func (o *PreApprovalTriggerDetails) HasDecision() bool
HasDecision returns a boolean if a field has been set.