Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.59 KB

ApiMalwareComponentEvaluationRequest.md

File metadata and controls

82 lines (45 loc) · 2.59 KB

ApiMalwareComponentEvaluationRequest

Properties

Name Type Description Notes
Hash Pointer to string [optional]
PackageUrl Pointer to string [optional]

Methods

NewApiMalwareComponentEvaluationRequest

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

NewApiMalwareComponentEvaluationRequestWithDefaults

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

GetHash

func (o *ApiMalwareComponentEvaluationRequest) GetHash() string

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

GetHashOk

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.

SetHash

func (o *ApiMalwareComponentEvaluationRequest) SetHash(v string)

SetHash sets Hash field to given value.

HasHash

func (o *ApiMalwareComponentEvaluationRequest) HasHash() bool

HasHash returns a boolean if a field has been set.

GetPackageUrl

func (o *ApiMalwareComponentEvaluationRequest) GetPackageUrl() string

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

GetPackageUrlOk

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.

SetPackageUrl

func (o *ApiMalwareComponentEvaluationRequest) SetPackageUrl(v string)

SetPackageUrl sets PackageUrl field to given value.

HasPackageUrl

func (o *ApiMalwareComponentEvaluationRequest) HasPackageUrl() bool

HasPackageUrl returns a boolean if a field has been set.

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