Name | Type | Description | Notes |
---|---|---|---|
PathVersions | Pointer to []ApiRepositoryPathVersions | [optional] |
func NewApiRepositoryPathResponseDTO() *ApiRepositoryPathResponseDTO
NewApiRepositoryPathResponseDTO instantiates a new ApiRepositoryPathResponseDTO 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 NewApiRepositoryPathResponseDTOWithDefaults() *ApiRepositoryPathResponseDTO
NewApiRepositoryPathResponseDTOWithDefaults instantiates a new ApiRepositoryPathResponseDTO 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 *ApiRepositoryPathResponseDTO) GetPathVersions() []ApiRepositoryPathVersions
GetPathVersions returns the PathVersions field if non-nil, zero value otherwise.
func (o *ApiRepositoryPathResponseDTO) GetPathVersionsOk() (*[]ApiRepositoryPathVersions, bool)
GetPathVersionsOk returns a tuple with the PathVersions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiRepositoryPathResponseDTO) SetPathVersions(v []ApiRepositoryPathVersions)
SetPathVersions sets PathVersions field to given value.
func (o *ApiRepositoryPathResponseDTO) HasPathVersions() bool
HasPathVersions returns a boolean if a field has been set.