| Name | Type | Description | Notes |
|---|---|---|---|
| Strings | []AnalysisStringInput | The strings to add to the analysis |
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
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
func (o *PutAnalysisStringsRequest) GetStrings() []AnalysisStringInput
GetStrings returns the Strings field if non-nil, zero value otherwise.
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.
func (o *PutAnalysisStringsRequest) SetStrings(v []AnalysisStringInput)
SetStrings sets Strings field to given value.