| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | The phase ID | |
| Name | string | The release phase name | |
| ReleaseCount | int32 | The number of active releases in this phase |
func NewPhaseInfo(id string, name string, releaseCount int32, ) *PhaseInfo
NewPhaseInfo instantiates a new PhaseInfo 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 NewPhaseInfoWithDefaults() *PhaseInfo
NewPhaseInfoWithDefaults instantiates a new PhaseInfo 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 *PhaseInfo) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *PhaseInfo) 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 *PhaseInfo) SetId(v string)
SetId sets Id field to given value.
func (o *PhaseInfo) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PhaseInfo) 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 *PhaseInfo) SetName(v string)
SetName sets Name field to given value.
func (o *PhaseInfo) GetReleaseCount() int32
GetReleaseCount returns the ReleaseCount field if non-nil, zero value otherwise.
func (o *PhaseInfo) GetReleaseCountOk() (*int32, bool)
GetReleaseCountOk returns a tuple with the ReleaseCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PhaseInfo) SetReleaseCount(v int32)
SetReleaseCount sets ReleaseCount field to given value.