Name | Type | Description | Notes |
---|---|---|---|
GitlabAccessToken | Pointer to string | [optional] | |
GitlabCertificate | Pointer to string | [optional] | |
GitlabUrl | Pointer to string | [optional] |
func NewGitlabTargetDetails() *GitlabTargetDetails
NewGitlabTargetDetails instantiates a new GitlabTargetDetails 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 NewGitlabTargetDetailsWithDefaults() *GitlabTargetDetails
NewGitlabTargetDetailsWithDefaults instantiates a new GitlabTargetDetails 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 *GitlabTargetDetails) GetGitlabAccessToken() string
GetGitlabAccessToken returns the GitlabAccessToken field if non-nil, zero value otherwise.
func (o *GitlabTargetDetails) GetGitlabAccessTokenOk() (*string, bool)
GetGitlabAccessTokenOk returns a tuple with the GitlabAccessToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GitlabTargetDetails) SetGitlabAccessToken(v string)
SetGitlabAccessToken sets GitlabAccessToken field to given value.
func (o *GitlabTargetDetails) HasGitlabAccessToken() bool
HasGitlabAccessToken returns a boolean if a field has been set.
func (o *GitlabTargetDetails) GetGitlabCertificate() string
GetGitlabCertificate returns the GitlabCertificate field if non-nil, zero value otherwise.
func (o *GitlabTargetDetails) GetGitlabCertificateOk() (*string, bool)
GetGitlabCertificateOk returns a tuple with the GitlabCertificate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GitlabTargetDetails) SetGitlabCertificate(v string)
SetGitlabCertificate sets GitlabCertificate field to given value.
func (o *GitlabTargetDetails) HasGitlabCertificate() bool
HasGitlabCertificate returns a boolean if a field has been set.
func (o *GitlabTargetDetails) GetGitlabUrl() string
GetGitlabUrl returns the GitlabUrl field if non-nil, zero value otherwise.
func (o *GitlabTargetDetails) GetGitlabUrlOk() (*string, bool)
GetGitlabUrlOk returns a tuple with the GitlabUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GitlabTargetDetails) SetGitlabUrl(v string)
SetGitlabUrl sets GitlabUrl field to given value.
func (o *GitlabTargetDetails) HasGitlabUrl() bool
HasGitlabUrl returns a boolean if a field has been set.