Name | Type | Description | Notes |
---|---|---|---|
CseInsight | string | List of CSE Insight Created logs for which the confidence score should be calculated. |
func NewCseInsightConfidenceRequest(cseInsight string, ) *CseInsightConfidenceRequest
NewCseInsightConfidenceRequest instantiates a new CseInsightConfidenceRequest 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 NewCseInsightConfidenceRequestWithDefaults() *CseInsightConfidenceRequest
NewCseInsightConfidenceRequestWithDefaults instantiates a new CseInsightConfidenceRequest 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 *CseInsightConfidenceRequest) GetCseInsight() string
GetCseInsight returns the CseInsight field if non-nil, zero value otherwise.
func (o *CseInsightConfidenceRequest) GetCseInsightOk() (*string, bool)
GetCseInsightOk returns a tuple with the CseInsight field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CseInsightConfidenceRequest) SetCseInsight(v string)
SetCseInsight sets CseInsight field to given value.