Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.8 KB

ApiComponentProjectScmDetailsDTO.md

File metadata and controls

82 lines (45 loc) · 2.8 KB

ApiComponentProjectScmDetailsDTO

Properties

Name Type Description Notes
CommitsPerMonth Pointer to int32 [optional]
UniqueDevsPerMonth Pointer to int32 [optional]

Methods

NewApiComponentProjectScmDetailsDTO

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

NewApiComponentProjectScmDetailsDTOWithDefaults

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

GetCommitsPerMonth

func (o *ApiComponentProjectScmDetailsDTO) GetCommitsPerMonth() int32

GetCommitsPerMonth returns the CommitsPerMonth field if non-nil, zero value otherwise.

GetCommitsPerMonthOk

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.

SetCommitsPerMonth

func (o *ApiComponentProjectScmDetailsDTO) SetCommitsPerMonth(v int32)

SetCommitsPerMonth sets CommitsPerMonth field to given value.

HasCommitsPerMonth

func (o *ApiComponentProjectScmDetailsDTO) HasCommitsPerMonth() bool

HasCommitsPerMonth returns a boolean if a field has been set.

GetUniqueDevsPerMonth

func (o *ApiComponentProjectScmDetailsDTO) GetUniqueDevsPerMonth() int32

GetUniqueDevsPerMonth returns the UniqueDevsPerMonth field if non-nil, zero value otherwise.

GetUniqueDevsPerMonthOk

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.

SetUniqueDevsPerMonth

func (o *ApiComponentProjectScmDetailsDTO) SetUniqueDevsPerMonth(v int32)

SetUniqueDevsPerMonth sets UniqueDevsPerMonth field to given value.

HasUniqueDevsPerMonth

func (o *ApiComponentProjectScmDetailsDTO) HasUniqueDevsPerMonth() bool

HasUniqueDevsPerMonth returns a boolean if a field has been set.

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