Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SerializeWithRelease_PatchRequestBody_make_latest ¶
func SerializeWithRelease_PatchRequestBody_make_latest(values []WithRelease_PatchRequestBody_make_latest) []string
Types ¶
type WithRelease_PatchRequestBody_make_latest ¶
type WithRelease_PatchRequestBody_make_latest int
Specifies whether this release should be set as the latest release for the repository. Drafts and prereleases cannot be set as latest. Defaults to `true` for newly published releases. `legacy` specifies that the latest release should be determined based on the release creation date and higher semantic version.
const ( TRUE_WITHRELEASE_PATCHREQUESTBODY_MAKE_LATEST WithRelease_PatchRequestBody_make_latest = iota FALSE_WITHRELEASE_PATCHREQUESTBODY_MAKE_LATEST LEGACY_WITHRELEASE_PATCHREQUESTBODY_MAKE_LATEST )
func (WithRelease_PatchRequestBody_make_latest) String ¶
func (i WithRelease_PatchRequestBody_make_latest) String() string
Click to show internal directories.
Click to hide internal directories.