| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | ||
| Name | string | ||
| Description | string | ||
| IconUri | string | ||
| ServiceType | ServiceTypeEnum | ||
| ProjectId | string | ||
| ProjectName | string | ||
| EnvironmentId | string | ||
| EnvironmentName | string | ||
| ClusterId | string | ||
| JobType | Pointer to string | [optional] |
func NewServiceLightResponse(id string, name string, description string, iconUri string, serviceType ServiceTypeEnum, projectId string, projectName string, environmentId string, environmentName string, clusterId string, ) *ServiceLightResponse
NewServiceLightResponse instantiates a new ServiceLightResponse 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 NewServiceLightResponseWithDefaults() *ServiceLightResponse
NewServiceLightResponseWithDefaults instantiates a new ServiceLightResponse 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 *ServiceLightResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ServiceLightResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceLightResponse) SetId(v string)
SetId sets Id field to given value.
func (o *ServiceLightResponse) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ServiceLightResponse) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceLightResponse) SetName(v string)
SetName sets Name field to given value.
func (o *ServiceLightResponse) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ServiceLightResponse) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceLightResponse) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ServiceLightResponse) GetIconUri() string
GetIconUri returns the IconUri field if non-nil, zero value otherwise.
func (o *ServiceLightResponse) GetIconUriOk() (*string, bool)
GetIconUriOk returns a tuple with the IconUri field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceLightResponse) SetIconUri(v string)
SetIconUri sets IconUri field to given value.
func (o *ServiceLightResponse) GetServiceType() ServiceTypeEnum
GetServiceType returns the ServiceType field if non-nil, zero value otherwise.
func (o *ServiceLightResponse) GetServiceTypeOk() (*ServiceTypeEnum, 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 *ServiceLightResponse) SetServiceType(v ServiceTypeEnum)
SetServiceType sets ServiceType field to given value.
func (o *ServiceLightResponse) GetProjectId() string
GetProjectId returns the ProjectId field if non-nil, zero value otherwise.
func (o *ServiceLightResponse) 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 *ServiceLightResponse) SetProjectId(v string)
SetProjectId sets ProjectId field to given value.
func (o *ServiceLightResponse) GetProjectName() string
GetProjectName returns the ProjectName field if non-nil, zero value otherwise.
func (o *ServiceLightResponse) 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 *ServiceLightResponse) SetProjectName(v string)
SetProjectName sets ProjectName field to given value.
func (o *ServiceLightResponse) GetEnvironmentId() string
GetEnvironmentId returns the EnvironmentId field if non-nil, zero value otherwise.
func (o *ServiceLightResponse) 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 *ServiceLightResponse) SetEnvironmentId(v string)
SetEnvironmentId sets EnvironmentId field to given value.
func (o *ServiceLightResponse) GetEnvironmentName() string
GetEnvironmentName returns the EnvironmentName field if non-nil, zero value otherwise.
func (o *ServiceLightResponse) 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 *ServiceLightResponse) SetEnvironmentName(v string)
SetEnvironmentName sets EnvironmentName field to given value.
func (o *ServiceLightResponse) GetClusterId() string
GetClusterId returns the ClusterId field if non-nil, zero value otherwise.
func (o *ServiceLightResponse) GetClusterIdOk() (*string, bool)
GetClusterIdOk returns a tuple with the ClusterId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceLightResponse) SetClusterId(v string)
SetClusterId sets ClusterId field to given value.
func (o *ServiceLightResponse) GetJobType() string
GetJobType returns the JobType field if non-nil, zero value otherwise.
func (o *ServiceLightResponse) GetJobTypeOk() (*string, bool)
GetJobTypeOk returns a tuple with the JobType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceLightResponse) SetJobType(v string)
SetJobType sets JobType field to given value.
func (o *ServiceLightResponse) HasJobType() bool
HasJobType returns a boolean if a field has been set.