Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.96 KB

ApiRepositoryPathResponseDTO.md

File metadata and controls

56 lines (31 loc) · 1.96 KB

ApiRepositoryPathResponseDTO

Properties

Name Type Description Notes
PathVersions Pointer to []ApiRepositoryPathVersions [optional]

Methods

NewApiRepositoryPathResponseDTO

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

NewApiRepositoryPathResponseDTOWithDefaults

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

GetPathVersions

func (o *ApiRepositoryPathResponseDTO) GetPathVersions() []ApiRepositoryPathVersions

GetPathVersions returns the PathVersions field if non-nil, zero value otherwise.

GetPathVersionsOk

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.

SetPathVersions

func (o *ApiRepositoryPathResponseDTO) SetPathVersions(v []ApiRepositoryPathVersions)

SetPathVersions sets PathVersions field to given value.

HasPathVersions

func (o *ApiRepositoryPathResponseDTO) HasPathVersions() bool

HasPathVersions returns a boolean if a field has been set.

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