Name | Type | Description | Notes |
---|---|---|---|
Forks | Pointer to int32 | [optional] | |
Stars | Pointer to int32 | [optional] |
func NewApiComponentProjectScmMetadataDTO() *ApiComponentProjectScmMetadataDTO
NewApiComponentProjectScmMetadataDTO instantiates a new ApiComponentProjectScmMetadataDTO 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 NewApiComponentProjectScmMetadataDTOWithDefaults() *ApiComponentProjectScmMetadataDTO
NewApiComponentProjectScmMetadataDTOWithDefaults instantiates a new ApiComponentProjectScmMetadataDTO 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 *ApiComponentProjectScmMetadataDTO) GetForks() int32
GetForks returns the Forks field if non-nil, zero value otherwise.
func (o *ApiComponentProjectScmMetadataDTO) GetForksOk() (*int32, bool)
GetForksOk returns a tuple with the Forks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiComponentProjectScmMetadataDTO) SetForks(v int32)
SetForks sets Forks field to given value.
func (o *ApiComponentProjectScmMetadataDTO) HasForks() bool
HasForks returns a boolean if a field has been set.
func (o *ApiComponentProjectScmMetadataDTO) GetStars() int32
GetStars returns the Stars field if non-nil, zero value otherwise.
func (o *ApiComponentProjectScmMetadataDTO) GetStarsOk() (*int32, bool)
GetStarsOk returns a tuple with the Stars field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiComponentProjectScmMetadataDTO) SetStars(v int32)
SetStars sets Stars field to given value.
func (o *ApiComponentProjectScmMetadataDTO) HasStars() bool
HasStars returns a boolean if a field has been set.