Name | Type | Description | Notes |
---|---|---|---|
ComponentIdentifier | Pointer to ApiComponentIdentifierDTOV2 | [optional] | |
DisplayName | Pointer to string | [optional] | |
Hash | Pointer to string | [optional] | |
IsInnerSource | Pointer to bool | [optional] | |
PackageUrl | Pointer to string | [optional] | |
TransitivePolicyViolations | Pointer to []ApiStagePolicyViolationComponentDTO | [optional] |
func NewApiComponentTransitivePolicyViolationsDTO() *ApiComponentTransitivePolicyViolationsDTO
NewApiComponentTransitivePolicyViolationsDTO instantiates a new ApiComponentTransitivePolicyViolationsDTO 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 NewApiComponentTransitivePolicyViolationsDTOWithDefaults() *ApiComponentTransitivePolicyViolationsDTO
NewApiComponentTransitivePolicyViolationsDTOWithDefaults instantiates a new ApiComponentTransitivePolicyViolationsDTO 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 *ApiComponentTransitivePolicyViolationsDTO) GetComponentIdentifier() ApiComponentIdentifierDTOV2
GetComponentIdentifier returns the ComponentIdentifier field if non-nil, zero value otherwise.
func (o *ApiComponentTransitivePolicyViolationsDTO) 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 *ApiComponentTransitivePolicyViolationsDTO) SetComponentIdentifier(v ApiComponentIdentifierDTOV2)
SetComponentIdentifier sets ComponentIdentifier field to given value.
func (o *ApiComponentTransitivePolicyViolationsDTO) HasComponentIdentifier() bool
HasComponentIdentifier returns a boolean if a field has been set.
func (o *ApiComponentTransitivePolicyViolationsDTO) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *ApiComponentTransitivePolicyViolationsDTO) 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 *ApiComponentTransitivePolicyViolationsDTO) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *ApiComponentTransitivePolicyViolationsDTO) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *ApiComponentTransitivePolicyViolationsDTO) GetHash() string
GetHash returns the Hash field if non-nil, zero value otherwise.
func (o *ApiComponentTransitivePolicyViolationsDTO) 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 *ApiComponentTransitivePolicyViolationsDTO) SetHash(v string)
SetHash sets Hash field to given value.
func (o *ApiComponentTransitivePolicyViolationsDTO) HasHash() bool
HasHash returns a boolean if a field has been set.
func (o *ApiComponentTransitivePolicyViolationsDTO) GetIsInnerSource() bool
GetIsInnerSource returns the IsInnerSource field if non-nil, zero value otherwise.
func (o *ApiComponentTransitivePolicyViolationsDTO) GetIsInnerSourceOk() (*bool, bool)
GetIsInnerSourceOk returns a tuple with the IsInnerSource field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiComponentTransitivePolicyViolationsDTO) SetIsInnerSource(v bool)
SetIsInnerSource sets IsInnerSource field to given value.
func (o *ApiComponentTransitivePolicyViolationsDTO) HasIsInnerSource() bool
HasIsInnerSource returns a boolean if a field has been set.
func (o *ApiComponentTransitivePolicyViolationsDTO) GetPackageUrl() string
GetPackageUrl returns the PackageUrl field if non-nil, zero value otherwise.
func (o *ApiComponentTransitivePolicyViolationsDTO) 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 *ApiComponentTransitivePolicyViolationsDTO) SetPackageUrl(v string)
SetPackageUrl sets PackageUrl field to given value.
func (o *ApiComponentTransitivePolicyViolationsDTO) HasPackageUrl() bool
HasPackageUrl returns a boolean if a field has been set.
func (o *ApiComponentTransitivePolicyViolationsDTO) GetTransitivePolicyViolations() []ApiStagePolicyViolationComponentDTO
GetTransitivePolicyViolations returns the TransitivePolicyViolations field if non-nil, zero value otherwise.
func (o *ApiComponentTransitivePolicyViolationsDTO) GetTransitivePolicyViolationsOk() (*[]ApiStagePolicyViolationComponentDTO, bool)
GetTransitivePolicyViolationsOk returns a tuple with the TransitivePolicyViolations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiComponentTransitivePolicyViolationsDTO) SetTransitivePolicyViolations(v []ApiStagePolicyViolationComponentDTO)
SetTransitivePolicyViolations sets TransitivePolicyViolations field to given value.
func (o *ApiComponentTransitivePolicyViolationsDTO) HasTransitivePolicyViolations() bool
HasTransitivePolicyViolations returns a boolean if a field has been set.