Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to NullableString | [optional] | |
Company | Pointer to NullableString | provided company name | [optional] |
Malware | Pointer to NullableBool | option from sign up form, interesting using for malware | [optional] |
Research | Pointer to NullableBool | option from sign up form, interesting using for research | [optional] |
Pentest | Pointer to NullableBool | option from sign up form, interesting using for pentesting | [optional] |
Other | Pointer to NullableString | option from sign up form, interesting using for other area added here | [optional] |
func NewTrialRequestMetadata() *TrialRequestMetadata
NewTrialRequestMetadata instantiates a new TrialRequestMetadata 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 NewTrialRequestMetadataWithDefaults() *TrialRequestMetadata
NewTrialRequestMetadataWithDefaults instantiates a new TrialRequestMetadata 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 *TrialRequestMetadata) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *TrialRequestMetadata) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TrialRequestMetadata) SetName(v string)
SetName sets Name field to given value.
func (o *TrialRequestMetadata) HasName() bool
HasName returns a boolean if a field has been set.
func (o *TrialRequestMetadata) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *TrialRequestMetadata) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *TrialRequestMetadata) GetCompany() string
GetCompany returns the Company field if non-nil, zero value otherwise.
func (o *TrialRequestMetadata) GetCompanyOk() (*string, bool)
GetCompanyOk returns a tuple with the Company field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TrialRequestMetadata) SetCompany(v string)
SetCompany sets Company field to given value.
func (o *TrialRequestMetadata) HasCompany() bool
HasCompany returns a boolean if a field has been set.
func (o *TrialRequestMetadata) SetCompanyNil(b bool)
SetCompanyNil sets the value for Company to be an explicit nil
func (o *TrialRequestMetadata) UnsetCompany()
UnsetCompany ensures that no value is present for Company, not even an explicit nil
func (o *TrialRequestMetadata) GetMalware() bool
GetMalware returns the Malware field if non-nil, zero value otherwise.
func (o *TrialRequestMetadata) GetMalwareOk() (*bool, bool)
GetMalwareOk returns a tuple with the Malware field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TrialRequestMetadata) SetMalware(v bool)
SetMalware sets Malware field to given value.
func (o *TrialRequestMetadata) HasMalware() bool
HasMalware returns a boolean if a field has been set.
func (o *TrialRequestMetadata) SetMalwareNil(b bool)
SetMalwareNil sets the value for Malware to be an explicit nil
func (o *TrialRequestMetadata) UnsetMalware()
UnsetMalware ensures that no value is present for Malware, not even an explicit nil
func (o *TrialRequestMetadata) GetResearch() bool
GetResearch returns the Research field if non-nil, zero value otherwise.
func (o *TrialRequestMetadata) GetResearchOk() (*bool, bool)
GetResearchOk returns a tuple with the Research field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TrialRequestMetadata) SetResearch(v bool)
SetResearch sets Research field to given value.
func (o *TrialRequestMetadata) HasResearch() bool
HasResearch returns a boolean if a field has been set.
func (o *TrialRequestMetadata) SetResearchNil(b bool)
SetResearchNil sets the value for Research to be an explicit nil
func (o *TrialRequestMetadata) UnsetResearch()
UnsetResearch ensures that no value is present for Research, not even an explicit nil
func (o *TrialRequestMetadata) GetPentest() bool
GetPentest returns the Pentest field if non-nil, zero value otherwise.
func (o *TrialRequestMetadata) GetPentestOk() (*bool, bool)
GetPentestOk returns a tuple with the Pentest field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TrialRequestMetadata) SetPentest(v bool)
SetPentest sets Pentest field to given value.
func (o *TrialRequestMetadata) HasPentest() bool
HasPentest returns a boolean if a field has been set.
func (o *TrialRequestMetadata) SetPentestNil(b bool)
SetPentestNil sets the value for Pentest to be an explicit nil
func (o *TrialRequestMetadata) UnsetPentest()
UnsetPentest ensures that no value is present for Pentest, not even an explicit nil
func (o *TrialRequestMetadata) GetOther() string
GetOther returns the Other field if non-nil, zero value otherwise.
func (o *TrialRequestMetadata) GetOtherOk() (*string, bool)
GetOtherOk returns a tuple with the Other field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TrialRequestMetadata) SetOther(v string)
SetOther sets Other field to given value.
func (o *TrialRequestMetadata) HasOther() bool
HasOther returns a boolean if a field has been set.
func (o *TrialRequestMetadata) SetOtherNil(b bool)
SetOtherNil sets the value for Other to be an explicit nil
func (o *TrialRequestMetadata) UnsetOther()
UnsetOther ensures that no value is present for Other, not even an explicit nil