Name | Type | Description | Notes |
---|---|---|---|
GithubAppId | Pointer to int64 | [optional] | |
GithubAppPrivateKey | Pointer to string | [optional] | |
GithubBaseUrl | Pointer to string | [optional] |
func NewGithubTargetDetails() *GithubTargetDetails
NewGithubTargetDetails instantiates a new GithubTargetDetails 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 NewGithubTargetDetailsWithDefaults() *GithubTargetDetails
NewGithubTargetDetailsWithDefaults instantiates a new GithubTargetDetails 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 *GithubTargetDetails) GetGithubAppId() int64
GetGithubAppId returns the GithubAppId field if non-nil, zero value otherwise.
func (o *GithubTargetDetails) GetGithubAppIdOk() (*int64, bool)
GetGithubAppIdOk returns a tuple with the GithubAppId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GithubTargetDetails) SetGithubAppId(v int64)
SetGithubAppId sets GithubAppId field to given value.
func (o *GithubTargetDetails) HasGithubAppId() bool
HasGithubAppId returns a boolean if a field has been set.
func (o *GithubTargetDetails) GetGithubAppPrivateKey() string
GetGithubAppPrivateKey returns the GithubAppPrivateKey field if non-nil, zero value otherwise.
func (o *GithubTargetDetails) GetGithubAppPrivateKeyOk() (*string, bool)
GetGithubAppPrivateKeyOk returns a tuple with the GithubAppPrivateKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GithubTargetDetails) SetGithubAppPrivateKey(v string)
SetGithubAppPrivateKey sets GithubAppPrivateKey field to given value.
func (o *GithubTargetDetails) HasGithubAppPrivateKey() bool
HasGithubAppPrivateKey returns a boolean if a field has been set.
func (o *GithubTargetDetails) GetGithubBaseUrl() string
GetGithubBaseUrl returns the GithubBaseUrl field if non-nil, zero value otherwise.
func (o *GithubTargetDetails) GetGithubBaseUrlOk() (*string, bool)
GetGithubBaseUrlOk returns a tuple with the GithubBaseUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GithubTargetDetails) SetGithubBaseUrl(v string)
SetGithubBaseUrl sets GithubBaseUrl field to given value.
func (o *GithubTargetDetails) HasGithubBaseUrl() bool
HasGithubBaseUrl returns a boolean if a field has been set.