Name | Type | Description | Notes |
---|---|---|---|
ProjectId | string | ||
ProjectName | string | ||
EnvironmentId | string | ||
EnvironmentName | string | ||
ServiceId | string | ||
ServiceName | string | ||
ServiceType | GitTokenAssociatedServiceType |
func NewGitTokenAssociatedServiceResponse(projectId string, projectName string, environmentId string, environmentName string, serviceId string, serviceName string, serviceType GitTokenAssociatedServiceType, ) *GitTokenAssociatedServiceResponse
NewGitTokenAssociatedServiceResponse instantiates a new GitTokenAssociatedServiceResponse 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 NewGitTokenAssociatedServiceResponseWithDefaults() *GitTokenAssociatedServiceResponse
NewGitTokenAssociatedServiceResponseWithDefaults instantiates a new GitTokenAssociatedServiceResponse 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 *GitTokenAssociatedServiceResponse) GetProjectId() string
GetProjectId returns the ProjectId field if non-nil, zero value otherwise.
func (o *GitTokenAssociatedServiceResponse) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GitTokenAssociatedServiceResponse) SetProjectId(v string)
SetProjectId sets ProjectId field to given value.
func (o *GitTokenAssociatedServiceResponse) GetProjectName() string
GetProjectName returns the ProjectName field if non-nil, zero value otherwise.
func (o *GitTokenAssociatedServiceResponse) GetProjectNameOk() (*string, bool)
GetProjectNameOk returns a tuple with the ProjectName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GitTokenAssociatedServiceResponse) SetProjectName(v string)
SetProjectName sets ProjectName field to given value.
func (o *GitTokenAssociatedServiceResponse) GetEnvironmentId() string
GetEnvironmentId returns the EnvironmentId field if non-nil, zero value otherwise.
func (o *GitTokenAssociatedServiceResponse) GetEnvironmentIdOk() (*string, bool)
GetEnvironmentIdOk returns a tuple with the EnvironmentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GitTokenAssociatedServiceResponse) SetEnvironmentId(v string)
SetEnvironmentId sets EnvironmentId field to given value.
func (o *GitTokenAssociatedServiceResponse) GetEnvironmentName() string
GetEnvironmentName returns the EnvironmentName field if non-nil, zero value otherwise.
func (o *GitTokenAssociatedServiceResponse) GetEnvironmentNameOk() (*string, bool)
GetEnvironmentNameOk returns a tuple with the EnvironmentName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GitTokenAssociatedServiceResponse) SetEnvironmentName(v string)
SetEnvironmentName sets EnvironmentName field to given value.
func (o *GitTokenAssociatedServiceResponse) GetServiceId() string
GetServiceId returns the ServiceId field if non-nil, zero value otherwise.
func (o *GitTokenAssociatedServiceResponse) GetServiceIdOk() (*string, bool)
GetServiceIdOk returns a tuple with the ServiceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GitTokenAssociatedServiceResponse) SetServiceId(v string)
SetServiceId sets ServiceId field to given value.
func (o *GitTokenAssociatedServiceResponse) GetServiceName() string
GetServiceName returns the ServiceName field if non-nil, zero value otherwise.
func (o *GitTokenAssociatedServiceResponse) GetServiceNameOk() (*string, bool)
GetServiceNameOk returns a tuple with the ServiceName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GitTokenAssociatedServiceResponse) SetServiceName(v string)
SetServiceName sets ServiceName field to given value.
func (o *GitTokenAssociatedServiceResponse) GetServiceType() GitTokenAssociatedServiceType
GetServiceType returns the ServiceType field if non-nil, zero value otherwise.
func (o *GitTokenAssociatedServiceResponse) GetServiceTypeOk() (*GitTokenAssociatedServiceType, bool)
GetServiceTypeOk returns a tuple with the ServiceType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GitTokenAssociatedServiceResponse) SetServiceType(v GitTokenAssociatedServiceType)
SetServiceType sets ServiceType field to given value.