Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.74 KB

CseInsightConfidenceRequest.md

File metadata and controls

51 lines (28 loc) · 1.74 KB

CseInsightConfidenceRequest

Properties

Name Type Description Notes
CseInsight string List of CSE Insight Created logs for which the confidence score should be calculated.

Methods

NewCseInsightConfidenceRequest

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

NewCseInsightConfidenceRequestWithDefaults

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

GetCseInsight

func (o *CseInsightConfidenceRequest) GetCseInsight() string

GetCseInsight returns the CseInsight field if non-nil, zero value otherwise.

GetCseInsightOk

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.

SetCseInsight

func (o *CseInsightConfidenceRequest) SetCseInsight(v string)

SetCseInsight sets CseInsight field to given value.

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