Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 5.84 KB

ApiComponentDTOV2.md

File metadata and controls

212 lines (115 loc) · 5.84 KB

ApiComponentDTOV2

Properties

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]

Methods

NewApiComponentDTOV2

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

NewApiComponentDTOV2WithDefaults

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

GetComponentIdentifier

func (o *ApiComponentDTOV2) GetComponentIdentifier() ApiComponentIdentifierDTOV2

GetComponentIdentifier returns the ComponentIdentifier field if non-nil, zero value otherwise.

GetComponentIdentifierOk

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.

SetComponentIdentifier

func (o *ApiComponentDTOV2) SetComponentIdentifier(v ApiComponentIdentifierDTOV2)

SetComponentIdentifier sets ComponentIdentifier field to given value.

HasComponentIdentifier

func (o *ApiComponentDTOV2) HasComponentIdentifier() bool

HasComponentIdentifier returns a boolean if a field has been set.

GetDisplayName

func (o *ApiComponentDTOV2) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

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.

SetDisplayName

func (o *ApiComponentDTOV2) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *ApiComponentDTOV2) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetHash

func (o *ApiComponentDTOV2) GetHash() string

GetHash returns the Hash field if non-nil, zero value otherwise.

GetHashOk

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.

SetHash

func (o *ApiComponentDTOV2) SetHash(v string)

SetHash sets Hash field to given value.

HasHash

func (o *ApiComponentDTOV2) HasHash() bool

HasHash returns a boolean if a field has been set.

GetPackageUrl

func (o *ApiComponentDTOV2) GetPackageUrl() string

GetPackageUrl returns the PackageUrl field if non-nil, zero value otherwise.

GetPackageUrlOk

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.

SetPackageUrl

func (o *ApiComponentDTOV2) SetPackageUrl(v string)

SetPackageUrl sets PackageUrl field to given value.

HasPackageUrl

func (o *ApiComponentDTOV2) HasPackageUrl() bool

HasPackageUrl returns a boolean if a field has been set.

GetProprietary

func (o *ApiComponentDTOV2) GetProprietary() bool

GetProprietary returns the Proprietary field if non-nil, zero value otherwise.

GetProprietaryOk

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.

SetProprietary

func (o *ApiComponentDTOV2) SetProprietary(v bool)

SetProprietary sets Proprietary field to given value.

HasProprietary

func (o *ApiComponentDTOV2) HasProprietary() bool

HasProprietary returns a boolean if a field has been set.

GetSha256

func (o *ApiComponentDTOV2) GetSha256() string

GetSha256 returns the Sha256 field if non-nil, zero value otherwise.

GetSha256Ok

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.

SetSha256

func (o *ApiComponentDTOV2) SetSha256(v string)

SetSha256 sets Sha256 field to given value.

HasSha256

func (o *ApiComponentDTOV2) HasSha256() bool

HasSha256 returns a boolean if a field has been set.

GetThirdParty

func (o *ApiComponentDTOV2) GetThirdParty() bool

GetThirdParty returns the ThirdParty field if non-nil, zero value otherwise.

GetThirdPartyOk

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.

SetThirdParty

func (o *ApiComponentDTOV2) SetThirdParty(v bool)

SetThirdParty sets ThirdParty field to given value.

HasThirdParty

func (o *ApiComponentDTOV2) HasThirdParty() bool

HasThirdParty returns a boolean if a field has been set.

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