Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.46 KB

ApiComponentProjectScmMetadataDTO.md

File metadata and controls

82 lines (45 loc) · 2.46 KB

ApiComponentProjectScmMetadataDTO

Properties

Name Type Description Notes
Forks Pointer to int32 [optional]
Stars Pointer to int32 [optional]

Methods

NewApiComponentProjectScmMetadataDTO

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

NewApiComponentProjectScmMetadataDTOWithDefaults

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

GetForks

func (o *ApiComponentProjectScmMetadataDTO) GetForks() int32

GetForks returns the Forks field if non-nil, zero value otherwise.

GetForksOk

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.

SetForks

func (o *ApiComponentProjectScmMetadataDTO) SetForks(v int32)

SetForks sets Forks field to given value.

HasForks

func (o *ApiComponentProjectScmMetadataDTO) HasForks() bool

HasForks returns a boolean if a field has been set.

GetStars

func (o *ApiComponentProjectScmMetadataDTO) GetStars() int32

GetStars returns the Stars field if non-nil, zero value otherwise.

GetStarsOk

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.

SetStars

func (o *ApiComponentProjectScmMetadataDTO) SetStars(v int32)

SetStars sets Stars field to given value.

HasStars

func (o *ApiComponentProjectScmMetadataDTO) HasStars() bool

HasStars returns a boolean if a field has been set.

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