Skip to content

Latest commit

 

History

History
177 lines (94 loc) · 5.6 KB

GitTokenAssociatedServiceResponse.md

File metadata and controls

177 lines (94 loc) · 5.6 KB

GitTokenAssociatedServiceResponse

Properties

Name Type Description Notes
ProjectId string
ProjectName string
EnvironmentId string
EnvironmentName string
ServiceId string
ServiceName string
ServiceType GitTokenAssociatedServiceType

Methods

NewGitTokenAssociatedServiceResponse

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

NewGitTokenAssociatedServiceResponseWithDefaults

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

GetProjectId

func (o *GitTokenAssociatedServiceResponse) GetProjectId() string

GetProjectId returns the ProjectId field if non-nil, zero value otherwise.

GetProjectIdOk

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.

SetProjectId

func (o *GitTokenAssociatedServiceResponse) SetProjectId(v string)

SetProjectId sets ProjectId field to given value.

GetProjectName

func (o *GitTokenAssociatedServiceResponse) GetProjectName() string

GetProjectName returns the ProjectName field if non-nil, zero value otherwise.

GetProjectNameOk

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.

SetProjectName

func (o *GitTokenAssociatedServiceResponse) SetProjectName(v string)

SetProjectName sets ProjectName field to given value.

GetEnvironmentId

func (o *GitTokenAssociatedServiceResponse) GetEnvironmentId() string

GetEnvironmentId returns the EnvironmentId field if non-nil, zero value otherwise.

GetEnvironmentIdOk

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.

SetEnvironmentId

func (o *GitTokenAssociatedServiceResponse) SetEnvironmentId(v string)

SetEnvironmentId sets EnvironmentId field to given value.

GetEnvironmentName

func (o *GitTokenAssociatedServiceResponse) GetEnvironmentName() string

GetEnvironmentName returns the EnvironmentName field if non-nil, zero value otherwise.

GetEnvironmentNameOk

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.

SetEnvironmentName

func (o *GitTokenAssociatedServiceResponse) SetEnvironmentName(v string)

SetEnvironmentName sets EnvironmentName field to given value.

GetServiceId

func (o *GitTokenAssociatedServiceResponse) GetServiceId() string

GetServiceId returns the ServiceId field if non-nil, zero value otherwise.

GetServiceIdOk

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.

SetServiceId

func (o *GitTokenAssociatedServiceResponse) SetServiceId(v string)

SetServiceId sets ServiceId field to given value.

GetServiceName

func (o *GitTokenAssociatedServiceResponse) GetServiceName() string

GetServiceName returns the ServiceName field if non-nil, zero value otherwise.

GetServiceNameOk

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.

SetServiceName

func (o *GitTokenAssociatedServiceResponse) SetServiceName(v string)

SetServiceName sets ServiceName field to given value.

GetServiceType

func (o *GitTokenAssociatedServiceResponse) GetServiceType() GitTokenAssociatedServiceType

GetServiceType returns the ServiceType field if non-nil, zero value otherwise.

GetServiceTypeOk

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.

SetServiceType

func (o *GitTokenAssociatedServiceResponse) SetServiceType(v GitTokenAssociatedServiceType)

SetServiceType sets ServiceType field to given value.

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