Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 3.11 KB

File metadata and controls

102 lines (57 loc) · 3.11 KB

AnalysisUpdateRequest

Properties

Name Type Description Notes
BinaryName Pointer to NullableString [optional]
AnalysisScope Pointer to NullableString [optional]

Methods

NewAnalysisUpdateRequest

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

NewAnalysisUpdateRequestWithDefaults

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

GetBinaryName

func (o *AnalysisUpdateRequest) GetBinaryName() string

GetBinaryName returns the BinaryName field if non-nil, zero value otherwise.

GetBinaryNameOk

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.

SetBinaryName

func (o *AnalysisUpdateRequest) SetBinaryName(v string)

SetBinaryName sets BinaryName field to given value.

HasBinaryName

func (o *AnalysisUpdateRequest) HasBinaryName() bool

HasBinaryName returns a boolean if a field has been set.

SetBinaryNameNil

func (o *AnalysisUpdateRequest) SetBinaryNameNil(b bool)

SetBinaryNameNil sets the value for BinaryName to be an explicit nil

UnsetBinaryName

func (o *AnalysisUpdateRequest) UnsetBinaryName()

UnsetBinaryName ensures that no value is present for BinaryName, not even an explicit nil

GetAnalysisScope

func (o *AnalysisUpdateRequest) GetAnalysisScope() string

GetAnalysisScope returns the AnalysisScope field if non-nil, zero value otherwise.

GetAnalysisScopeOk

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.

SetAnalysisScope

func (o *AnalysisUpdateRequest) SetAnalysisScope(v string)

SetAnalysisScope sets AnalysisScope field to given value.

HasAnalysisScope

func (o *AnalysisUpdateRequest) HasAnalysisScope() bool

HasAnalysisScope returns a boolean if a field has been set.

SetAnalysisScopeNil

func (o *AnalysisUpdateRequest) SetAnalysisScopeNil(b bool)

SetAnalysisScopeNil sets the value for AnalysisScope to be an explicit nil

UnsetAnalysisScope

func (o *AnalysisUpdateRequest) UnsetAnalysisScope()

UnsetAnalysisScope ensures that no value is present for AnalysisScope, not even an explicit nil

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