Name | Type | Description | Notes |
---|---|---|---|
Hash | Pointer to string | [optional] | |
PackageUrl | Pointer to string | [optional] |
func NewApiMalwareComponentEvaluationRequest() *ApiMalwareComponentEvaluationRequest
NewApiMalwareComponentEvaluationRequest instantiates a new ApiMalwareComponentEvaluationRequest 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 NewApiMalwareComponentEvaluationRequestWithDefaults() *ApiMalwareComponentEvaluationRequest
NewApiMalwareComponentEvaluationRequestWithDefaults instantiates a new ApiMalwareComponentEvaluationRequest 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 *ApiMalwareComponentEvaluationRequest) GetHash() string
GetHash returns the Hash field if non-nil, zero value otherwise.
func (o *ApiMalwareComponentEvaluationRequest) 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 *ApiMalwareComponentEvaluationRequest) SetHash(v string)
SetHash sets Hash field to given value.
func (o *ApiMalwareComponentEvaluationRequest) HasHash() bool
HasHash returns a boolean if a field has been set.
func (o *ApiMalwareComponentEvaluationRequest) GetPackageUrl() string
GetPackageUrl returns the PackageUrl field if non-nil, zero value otherwise.
func (o *ApiMalwareComponentEvaluationRequest) 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 *ApiMalwareComponentEvaluationRequest) SetPackageUrl(v string)
SetPackageUrl sets PackageUrl field to given value.
func (o *ApiMalwareComponentEvaluationRequest) HasPackageUrl() bool
HasPackageUrl returns a boolean if a field has been set.