| Name | Type | Description | Notes |
|---|---|---|---|
| BinaryName | Pointer to NullableString | [optional] | |
| AnalysisScope | Pointer to NullableString | [optional] |
func NewAnalysisUpdateRequest() *AnalysisUpdateRequest
NewAnalysisUpdateRequest instantiates a new AnalysisUpdateRequest 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 NewAnalysisUpdateRequestWithDefaults() *AnalysisUpdateRequest
NewAnalysisUpdateRequestWithDefaults instantiates a new AnalysisUpdateRequest 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 *AnalysisUpdateRequest) GetBinaryName() string
GetBinaryName returns the BinaryName field if non-nil, zero value otherwise.
func (o *AnalysisUpdateRequest) GetBinaryNameOk() (*string, bool)
GetBinaryNameOk returns a tuple with the BinaryName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AnalysisUpdateRequest) SetBinaryName(v string)
SetBinaryName sets BinaryName field to given value.
func (o *AnalysisUpdateRequest) HasBinaryName() bool
HasBinaryName returns a boolean if a field has been set.
func (o *AnalysisUpdateRequest) SetBinaryNameNil(b bool)
SetBinaryNameNil sets the value for BinaryName to be an explicit nil
func (o *AnalysisUpdateRequest) UnsetBinaryName()
UnsetBinaryName ensures that no value is present for BinaryName, not even an explicit nil
func (o *AnalysisUpdateRequest) GetAnalysisScope() string
GetAnalysisScope returns the AnalysisScope field if non-nil, zero value otherwise.
func (o *AnalysisUpdateRequest) GetAnalysisScopeOk() (*string, bool)
GetAnalysisScopeOk returns a tuple with the AnalysisScope field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AnalysisUpdateRequest) SetAnalysisScope(v string)
SetAnalysisScope sets AnalysisScope field to given value.
func (o *AnalysisUpdateRequest) HasAnalysisScope() bool
HasAnalysisScope returns a boolean if a field has been set.
func (o *AnalysisUpdateRequest) SetAnalysisScopeNil(b bool)
SetAnalysisScopeNil sets the value for AnalysisScope to be an explicit nil
func (o *AnalysisUpdateRequest) UnsetAnalysisScope()
UnsetAnalysisScope ensures that no value is present for AnalysisScope, not even an explicit nil