Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.26 KB

GitlabTargetDetails.md

File metadata and controls

108 lines (59 loc) · 3.26 KB

GitlabTargetDetails

Properties

Name Type Description Notes
GitlabAccessToken Pointer to string [optional]
GitlabCertificate Pointer to string [optional]
GitlabUrl Pointer to string [optional]

Methods

NewGitlabTargetDetails

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

NewGitlabTargetDetailsWithDefaults

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

GetGitlabAccessToken

func (o *GitlabTargetDetails) GetGitlabAccessToken() string

GetGitlabAccessToken returns the GitlabAccessToken field if non-nil, zero value otherwise.

GetGitlabAccessTokenOk

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.

SetGitlabAccessToken

func (o *GitlabTargetDetails) SetGitlabAccessToken(v string)

SetGitlabAccessToken sets GitlabAccessToken field to given value.

HasGitlabAccessToken

func (o *GitlabTargetDetails) HasGitlabAccessToken() bool

HasGitlabAccessToken returns a boolean if a field has been set.

GetGitlabCertificate

func (o *GitlabTargetDetails) GetGitlabCertificate() string

GetGitlabCertificate returns the GitlabCertificate field if non-nil, zero value otherwise.

GetGitlabCertificateOk

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.

SetGitlabCertificate

func (o *GitlabTargetDetails) SetGitlabCertificate(v string)

SetGitlabCertificate sets GitlabCertificate field to given value.

HasGitlabCertificate

func (o *GitlabTargetDetails) HasGitlabCertificate() bool

HasGitlabCertificate returns a boolean if a field has been set.

GetGitlabUrl

func (o *GitlabTargetDetails) GetGitlabUrl() string

GetGitlabUrl returns the GitlabUrl field if non-nil, zero value otherwise.

GetGitlabUrlOk

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.

SetGitlabUrl

func (o *GitlabTargetDetails) SetGitlabUrl(v string)

SetGitlabUrl sets GitlabUrl field to given value.

HasGitlabUrl

func (o *GitlabTargetDetails) HasGitlabUrl() bool

HasGitlabUrl returns a boolean if a field has been set.

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