Name | Type | Description | Notes |
---|---|---|---|
ScmDetails | Pointer to ApiComponentProjectScmDetailsDTO | [optional] | |
ScmMetadata | Pointer to ApiComponentProjectScmMetadataDTO | [optional] | |
ScmUrl | Pointer to string | [optional] |
func NewApiComponentProjectScmDTO() *ApiComponentProjectScmDTO
NewApiComponentProjectScmDTO instantiates a new ApiComponentProjectScmDTO 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 NewApiComponentProjectScmDTOWithDefaults() *ApiComponentProjectScmDTO
NewApiComponentProjectScmDTOWithDefaults instantiates a new ApiComponentProjectScmDTO 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 *ApiComponentProjectScmDTO) GetScmDetails() ApiComponentProjectScmDetailsDTO
GetScmDetails returns the ScmDetails field if non-nil, zero value otherwise.
func (o *ApiComponentProjectScmDTO) GetScmDetailsOk() (*ApiComponentProjectScmDetailsDTO, bool)
GetScmDetailsOk returns a tuple with the ScmDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiComponentProjectScmDTO) SetScmDetails(v ApiComponentProjectScmDetailsDTO)
SetScmDetails sets ScmDetails field to given value.
func (o *ApiComponentProjectScmDTO) HasScmDetails() bool
HasScmDetails returns a boolean if a field has been set.
func (o *ApiComponentProjectScmDTO) GetScmMetadata() ApiComponentProjectScmMetadataDTO
GetScmMetadata returns the ScmMetadata field if non-nil, zero value otherwise.
func (o *ApiComponentProjectScmDTO) GetScmMetadataOk() (*ApiComponentProjectScmMetadataDTO, bool)
GetScmMetadataOk returns a tuple with the ScmMetadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiComponentProjectScmDTO) SetScmMetadata(v ApiComponentProjectScmMetadataDTO)
SetScmMetadata sets ScmMetadata field to given value.
func (o *ApiComponentProjectScmDTO) HasScmMetadata() bool
HasScmMetadata returns a boolean if a field has been set.
func (o *ApiComponentProjectScmDTO) GetScmUrl() string
GetScmUrl returns the ScmUrl field if non-nil, zero value otherwise.
func (o *ApiComponentProjectScmDTO) GetScmUrlOk() (*string, bool)
GetScmUrlOk returns a tuple with the ScmUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiComponentProjectScmDTO) SetScmUrl(v string)
SetScmUrl sets ScmUrl field to given value.
func (o *ApiComponentProjectScmDTO) HasScmUrl() bool
HasScmUrl returns a boolean if a field has been set.