Name | Type | Description | Notes |
---|---|---|---|
ConanChannel | Pointer to NullableString | Conan channel. | [optional] |
ConanPrefix | Pointer to NullableString | Conan prefix (User). | [optional] |
InfoFile | string | The info file is an python file containing the package metadata. | |
ManifestFile | string | The info file is an python file containing the package metadata. | |
MetadataFile | string | The conan file is an python file containing the package metadata. | |
Name | Pointer to NullableString | The name of this package. | [optional] |
PackageFile | string | The primary file for the package. | |
Republish | Pointer to bool | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional] |
Tags | Pointer to NullableString | A comma-separated values list of tags to add to the package. | [optional] |
Version | Pointer to NullableString | The raw version for this package. | [optional] |
func NewConanPackageUploadRequest(infoFile string, manifestFile string, metadataFile string, packageFile string, ) *ConanPackageUploadRequest
NewConanPackageUploadRequest instantiates a new ConanPackageUploadRequest 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 NewConanPackageUploadRequestWithDefaults() *ConanPackageUploadRequest
NewConanPackageUploadRequestWithDefaults instantiates a new ConanPackageUploadRequest 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 *ConanPackageUploadRequest) GetConanChannel() string
GetConanChannel returns the ConanChannel field if non-nil, zero value otherwise.
func (o *ConanPackageUploadRequest) GetConanChannelOk() (*string, bool)
GetConanChannelOk returns a tuple with the ConanChannel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConanPackageUploadRequest) SetConanChannel(v string)
SetConanChannel sets ConanChannel field to given value.
func (o *ConanPackageUploadRequest) HasConanChannel() bool
HasConanChannel returns a boolean if a field has been set.
func (o *ConanPackageUploadRequest) SetConanChannelNil(b bool)
SetConanChannelNil sets the value for ConanChannel to be an explicit nil
func (o *ConanPackageUploadRequest) UnsetConanChannel()
UnsetConanChannel ensures that no value is present for ConanChannel, not even an explicit nil
func (o *ConanPackageUploadRequest) GetConanPrefix() string
GetConanPrefix returns the ConanPrefix field if non-nil, zero value otherwise.
func (o *ConanPackageUploadRequest) GetConanPrefixOk() (*string, bool)
GetConanPrefixOk returns a tuple with the ConanPrefix field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConanPackageUploadRequest) SetConanPrefix(v string)
SetConanPrefix sets ConanPrefix field to given value.
func (o *ConanPackageUploadRequest) HasConanPrefix() bool
HasConanPrefix returns a boolean if a field has been set.
func (o *ConanPackageUploadRequest) SetConanPrefixNil(b bool)
SetConanPrefixNil sets the value for ConanPrefix to be an explicit nil
func (o *ConanPackageUploadRequest) UnsetConanPrefix()
UnsetConanPrefix ensures that no value is present for ConanPrefix, not even an explicit nil
func (o *ConanPackageUploadRequest) GetInfoFile() string
GetInfoFile returns the InfoFile field if non-nil, zero value otherwise.
func (o *ConanPackageUploadRequest) GetInfoFileOk() (*string, bool)
GetInfoFileOk returns a tuple with the InfoFile field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConanPackageUploadRequest) SetInfoFile(v string)
SetInfoFile sets InfoFile field to given value.
func (o *ConanPackageUploadRequest) GetManifestFile() string
GetManifestFile returns the ManifestFile field if non-nil, zero value otherwise.
func (o *ConanPackageUploadRequest) GetManifestFileOk() (*string, bool)
GetManifestFileOk returns a tuple with the ManifestFile field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConanPackageUploadRequest) SetManifestFile(v string)
SetManifestFile sets ManifestFile field to given value.
func (o *ConanPackageUploadRequest) GetMetadataFile() string
GetMetadataFile returns the MetadataFile field if non-nil, zero value otherwise.
func (o *ConanPackageUploadRequest) GetMetadataFileOk() (*string, bool)
GetMetadataFileOk returns a tuple with the MetadataFile field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConanPackageUploadRequest) SetMetadataFile(v string)
SetMetadataFile sets MetadataFile field to given value.
func (o *ConanPackageUploadRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ConanPackageUploadRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConanPackageUploadRequest) SetName(v string)
SetName sets Name field to given value.
func (o *ConanPackageUploadRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ConanPackageUploadRequest) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *ConanPackageUploadRequest) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *ConanPackageUploadRequest) GetPackageFile() string
GetPackageFile returns the PackageFile field if non-nil, zero value otherwise.
func (o *ConanPackageUploadRequest) GetPackageFileOk() (*string, bool)
GetPackageFileOk returns a tuple with the PackageFile field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConanPackageUploadRequest) SetPackageFile(v string)
SetPackageFile sets PackageFile field to given value.
func (o *ConanPackageUploadRequest) GetRepublish() bool
GetRepublish returns the Republish field if non-nil, zero value otherwise.
func (o *ConanPackageUploadRequest) GetRepublishOk() (*bool, bool)
GetRepublishOk returns a tuple with the Republish field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConanPackageUploadRequest) SetRepublish(v bool)
SetRepublish sets Republish field to given value.
func (o *ConanPackageUploadRequest) HasRepublish() bool
HasRepublish returns a boolean if a field has been set.
func (o *ConanPackageUploadRequest) GetTags() string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *ConanPackageUploadRequest) GetTagsOk() (*string, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConanPackageUploadRequest) SetTags(v string)
SetTags sets Tags field to given value.
func (o *ConanPackageUploadRequest) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *ConanPackageUploadRequest) SetTagsNil(b bool)
SetTagsNil sets the value for Tags to be an explicit nil
func (o *ConanPackageUploadRequest) UnsetTags()
UnsetTags ensures that no value is present for Tags, not even an explicit nil
func (o *ConanPackageUploadRequest) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *ConanPackageUploadRequest) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConanPackageUploadRequest) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *ConanPackageUploadRequest) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *ConanPackageUploadRequest) SetVersionNil(b bool)
SetVersionNil sets the value for Version to be an explicit nil
func (o *ConanPackageUploadRequest) UnsetVersion()
UnsetVersion ensures that no value is present for Version, not even an explicit nil