Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.2 KB

PreApprovalTriggerDetails.md

File metadata and controls

108 lines (59 loc) · 3.2 KB

PreApprovalTriggerDetails

Properties

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]

Methods

NewPreApprovalTriggerDetails

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

NewPreApprovalTriggerDetailsWithDefaults

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

GetComment

func (o *PreApprovalTriggerDetails) GetComment() string

GetComment returns the Comment field if non-nil, zero value otherwise.

GetCommentOk

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.

SetComment

func (o *PreApprovalTriggerDetails) SetComment(v string)

SetComment sets Comment field to given value.

HasComment

func (o *PreApprovalTriggerDetails) HasComment() bool

HasComment returns a boolean if a field has been set.

GetReviewer

func (o *PreApprovalTriggerDetails) GetReviewer() string

GetReviewer returns the Reviewer field if non-nil, zero value otherwise.

GetReviewerOk

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.

SetReviewer

func (o *PreApprovalTriggerDetails) SetReviewer(v string)

SetReviewer sets Reviewer field to given value.

HasReviewer

func (o *PreApprovalTriggerDetails) HasReviewer() bool

HasReviewer returns a boolean if a field has been set.

GetDecision

func (o *PreApprovalTriggerDetails) GetDecision() string

GetDecision returns the Decision field if non-nil, zero value otherwise.

GetDecisionOk

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.

SetDecision

func (o *PreApprovalTriggerDetails) SetDecision(v string)

SetDecision sets Decision field to given value.

HasDecision

func (o *PreApprovalTriggerDetails) HasDecision() bool

HasDecision returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]