Name | Type | Description | Notes |
---|---|---|---|
CommitsPerMonth | Pointer to int32 | [optional] | |
UniqueDevsPerMonth | Pointer to int32 | [optional] |
func NewApiComponentProjectScmDetailsDTO() *ApiComponentProjectScmDetailsDTO
NewApiComponentProjectScmDetailsDTO instantiates a new ApiComponentProjectScmDetailsDTO 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 NewApiComponentProjectScmDetailsDTOWithDefaults() *ApiComponentProjectScmDetailsDTO
NewApiComponentProjectScmDetailsDTOWithDefaults instantiates a new ApiComponentProjectScmDetailsDTO 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 *ApiComponentProjectScmDetailsDTO) GetCommitsPerMonth() int32
GetCommitsPerMonth returns the CommitsPerMonth field if non-nil, zero value otherwise.
func (o *ApiComponentProjectScmDetailsDTO) GetCommitsPerMonthOk() (*int32, bool)
GetCommitsPerMonthOk returns a tuple with the CommitsPerMonth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiComponentProjectScmDetailsDTO) SetCommitsPerMonth(v int32)
SetCommitsPerMonth sets CommitsPerMonth field to given value.
func (o *ApiComponentProjectScmDetailsDTO) HasCommitsPerMonth() bool
HasCommitsPerMonth returns a boolean if a field has been set.
func (o *ApiComponentProjectScmDetailsDTO) GetUniqueDevsPerMonth() int32
GetUniqueDevsPerMonth returns the UniqueDevsPerMonth field if non-nil, zero value otherwise.
func (o *ApiComponentProjectScmDetailsDTO) GetUniqueDevsPerMonthOk() (*int32, bool)
GetUniqueDevsPerMonthOk returns a tuple with the UniqueDevsPerMonth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiComponentProjectScmDetailsDTO) SetUniqueDevsPerMonth(v int32)
SetUniqueDevsPerMonth sets UniqueDevsPerMonth field to given value.
func (o *ApiComponentProjectScmDetailsDTO) HasUniqueDevsPerMonth() bool
HasUniqueDevsPerMonth returns a boolean if a field has been set.