| Name | Type | Description | Notes |
|---|---|---|---|
| RepositoryComponentPaths | Pointer to []ApiRepositoryComponentPath | [optional] | |
| RequestIndex | Pointer to int32 | [optional] |
func NewApiRepositoryPathVersions() *ApiRepositoryPathVersions
NewApiRepositoryPathVersions instantiates a new ApiRepositoryPathVersions 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 NewApiRepositoryPathVersionsWithDefaults() *ApiRepositoryPathVersions
NewApiRepositoryPathVersionsWithDefaults instantiates a new ApiRepositoryPathVersions 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 *ApiRepositoryPathVersions) GetRepositoryComponentPaths() []ApiRepositoryComponentPath
GetRepositoryComponentPaths returns the RepositoryComponentPaths field if non-nil, zero value otherwise.
func (o *ApiRepositoryPathVersions) GetRepositoryComponentPathsOk() (*[]ApiRepositoryComponentPath, bool)
GetRepositoryComponentPathsOk returns a tuple with the RepositoryComponentPaths field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiRepositoryPathVersions) SetRepositoryComponentPaths(v []ApiRepositoryComponentPath)
SetRepositoryComponentPaths sets RepositoryComponentPaths field to given value.
func (o *ApiRepositoryPathVersions) HasRepositoryComponentPaths() bool
HasRepositoryComponentPaths returns a boolean if a field has been set.
func (o *ApiRepositoryPathVersions) GetRequestIndex() int32
GetRequestIndex returns the RequestIndex field if non-nil, zero value otherwise.
func (o *ApiRepositoryPathVersions) GetRequestIndexOk() (*int32, bool)
GetRequestIndexOk returns a tuple with the RequestIndex field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiRepositoryPathVersions) SetRequestIndex(v int32)
SetRequestIndex sets RequestIndex field to given value.
func (o *ApiRepositoryPathVersions) HasRequestIndex() bool
HasRequestIndex returns a boolean if a field has been set.