Name | Type | Description | Notes |
---|---|---|---|
ComponentIdentifier | Pointer to ApiComponentIdentifierDTOV2 | [optional] | |
DisplayName | Pointer to string | [optional] | |
Hash | Pointer to string | [optional] | |
PackageUrl | Pointer to string | [optional] | |
Proprietary | Pointer to bool | [optional] | |
Sha256 | Pointer to string | [optional] | |
ThirdParty | Pointer to bool | [optional] |
func NewApiComponentDTOV2() *ApiComponentDTOV2
NewApiComponentDTOV2 instantiates a new ApiComponentDTOV2 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 NewApiComponentDTOV2WithDefaults() *ApiComponentDTOV2
NewApiComponentDTOV2WithDefaults instantiates a new ApiComponentDTOV2 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 *ApiComponentDTOV2) GetComponentIdentifier() ApiComponentIdentifierDTOV2
GetComponentIdentifier returns the ComponentIdentifier field if non-nil, zero value otherwise.
func (o *ApiComponentDTOV2) GetComponentIdentifierOk() (*ApiComponentIdentifierDTOV2, bool)
GetComponentIdentifierOk returns a tuple with the ComponentIdentifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiComponentDTOV2) SetComponentIdentifier(v ApiComponentIdentifierDTOV2)
SetComponentIdentifier sets ComponentIdentifier field to given value.
func (o *ApiComponentDTOV2) HasComponentIdentifier() bool
HasComponentIdentifier returns a boolean if a field has been set.
func (o *ApiComponentDTOV2) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *ApiComponentDTOV2) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiComponentDTOV2) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *ApiComponentDTOV2) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *ApiComponentDTOV2) GetHash() string
GetHash returns the Hash field if non-nil, zero value otherwise.
func (o *ApiComponentDTOV2) GetHashOk() (*string, bool)
GetHashOk returns a tuple with the Hash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiComponentDTOV2) SetHash(v string)
SetHash sets Hash field to given value.
func (o *ApiComponentDTOV2) HasHash() bool
HasHash returns a boolean if a field has been set.
func (o *ApiComponentDTOV2) GetPackageUrl() string
GetPackageUrl returns the PackageUrl field if non-nil, zero value otherwise.
func (o *ApiComponentDTOV2) GetPackageUrlOk() (*string, bool)
GetPackageUrlOk returns a tuple with the PackageUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiComponentDTOV2) SetPackageUrl(v string)
SetPackageUrl sets PackageUrl field to given value.
func (o *ApiComponentDTOV2) HasPackageUrl() bool
HasPackageUrl returns a boolean if a field has been set.
func (o *ApiComponentDTOV2) GetProprietary() bool
GetProprietary returns the Proprietary field if non-nil, zero value otherwise.
func (o *ApiComponentDTOV2) GetProprietaryOk() (*bool, bool)
GetProprietaryOk returns a tuple with the Proprietary field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiComponentDTOV2) SetProprietary(v bool)
SetProprietary sets Proprietary field to given value.
func (o *ApiComponentDTOV2) HasProprietary() bool
HasProprietary returns a boolean if a field has been set.
func (o *ApiComponentDTOV2) GetSha256() string
GetSha256 returns the Sha256 field if non-nil, zero value otherwise.
func (o *ApiComponentDTOV2) GetSha256Ok() (*string, bool)
GetSha256Ok returns a tuple with the Sha256 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiComponentDTOV2) SetSha256(v string)
SetSha256 sets Sha256 field to given value.
func (o *ApiComponentDTOV2) HasSha256() bool
HasSha256 returns a boolean if a field has been set.
func (o *ApiComponentDTOV2) GetThirdParty() bool
GetThirdParty returns the ThirdParty field if non-nil, zero value otherwise.
func (o *ApiComponentDTOV2) GetThirdPartyOk() (*bool, bool)
GetThirdPartyOk returns a tuple with the ThirdParty field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiComponentDTOV2) SetThirdParty(v bool)
SetThirdParty sets ThirdParty field to given value.
func (o *ApiComponentDTOV2) HasThirdParty() bool
HasThirdParty returns a boolean if a field has been set.