Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.72 KB

File metadata and controls

51 lines (28 loc) · 1.72 KB

PutAnalysisStringsRequest

Properties

Name Type Description Notes
Strings []AnalysisStringInput The strings to add to the analysis

Methods

NewPutAnalysisStringsRequest

func NewPutAnalysisStringsRequest(strings []AnalysisStringInput, ) *PutAnalysisStringsRequest

NewPutAnalysisStringsRequest instantiates a new PutAnalysisStringsRequest 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

NewPutAnalysisStringsRequestWithDefaults

func NewPutAnalysisStringsRequestWithDefaults() *PutAnalysisStringsRequest

NewPutAnalysisStringsRequestWithDefaults instantiates a new PutAnalysisStringsRequest 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

GetStrings

func (o *PutAnalysisStringsRequest) GetStrings() []AnalysisStringInput

GetStrings returns the Strings field if non-nil, zero value otherwise.

GetStringsOk

func (o *PutAnalysisStringsRequest) GetStringsOk() (*[]AnalysisStringInput, bool)

GetStringsOk returns a tuple with the Strings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStrings

func (o *PutAnalysisStringsRequest) SetStrings(v []AnalysisStringInput)

SetStrings sets Strings field to given value.

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