Skip to content

Latest commit

 

History

History
282 lines (157 loc) · 8.03 KB

SearchEventContext.md

File metadata and controls

282 lines (157 loc) · 8.03 KB

SearchEventContext

Properties

Name Type Description Notes
AlertKey Pointer to NullableString [optional]
DashboardId Pointer to NullableString [optional]
DashboardName Pointer to NullableString [optional]
DerivedStreamKey Pointer to NullableString [optional]
FolderId Pointer to NullableString [optional]
FolderName Pointer to NullableString [optional]
ReportId Pointer to NullableString [optional]

Methods

NewSearchEventContext

func NewSearchEventContext() *SearchEventContext

NewSearchEventContext instantiates a new SearchEventContext 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

NewSearchEventContextWithDefaults

func NewSearchEventContextWithDefaults() *SearchEventContext

NewSearchEventContextWithDefaults instantiates a new SearchEventContext 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

GetAlertKey

func (o *SearchEventContext) GetAlertKey() string

GetAlertKey returns the AlertKey field if non-nil, zero value otherwise.

GetAlertKeyOk

func (o *SearchEventContext) GetAlertKeyOk() (*string, bool)

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

SetAlertKey

func (o *SearchEventContext) SetAlertKey(v string)

SetAlertKey sets AlertKey field to given value.

HasAlertKey

func (o *SearchEventContext) HasAlertKey() bool

HasAlertKey returns a boolean if a field has been set.

SetAlertKeyNil

func (o *SearchEventContext) SetAlertKeyNil(b bool)

SetAlertKeyNil sets the value for AlertKey to be an explicit nil

UnsetAlertKey

func (o *SearchEventContext) UnsetAlertKey()

UnsetAlertKey ensures that no value is present for AlertKey, not even an explicit nil

GetDashboardId

func (o *SearchEventContext) GetDashboardId() string

GetDashboardId returns the DashboardId field if non-nil, zero value otherwise.

GetDashboardIdOk

func (o *SearchEventContext) GetDashboardIdOk() (*string, bool)

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

SetDashboardId

func (o *SearchEventContext) SetDashboardId(v string)

SetDashboardId sets DashboardId field to given value.

HasDashboardId

func (o *SearchEventContext) HasDashboardId() bool

HasDashboardId returns a boolean if a field has been set.

SetDashboardIdNil

func (o *SearchEventContext) SetDashboardIdNil(b bool)

SetDashboardIdNil sets the value for DashboardId to be an explicit nil

UnsetDashboardId

func (o *SearchEventContext) UnsetDashboardId()

UnsetDashboardId ensures that no value is present for DashboardId, not even an explicit nil

GetDashboardName

func (o *SearchEventContext) GetDashboardName() string

GetDashboardName returns the DashboardName field if non-nil, zero value otherwise.

GetDashboardNameOk

func (o *SearchEventContext) GetDashboardNameOk() (*string, bool)

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

SetDashboardName

func (o *SearchEventContext) SetDashboardName(v string)

SetDashboardName sets DashboardName field to given value.

HasDashboardName

func (o *SearchEventContext) HasDashboardName() bool

HasDashboardName returns a boolean if a field has been set.

SetDashboardNameNil

func (o *SearchEventContext) SetDashboardNameNil(b bool)

SetDashboardNameNil sets the value for DashboardName to be an explicit nil

UnsetDashboardName

func (o *SearchEventContext) UnsetDashboardName()

UnsetDashboardName ensures that no value is present for DashboardName, not even an explicit nil

GetDerivedStreamKey

func (o *SearchEventContext) GetDerivedStreamKey() string

GetDerivedStreamKey returns the DerivedStreamKey field if non-nil, zero value otherwise.

GetDerivedStreamKeyOk

func (o *SearchEventContext) GetDerivedStreamKeyOk() (*string, bool)

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

SetDerivedStreamKey

func (o *SearchEventContext) SetDerivedStreamKey(v string)

SetDerivedStreamKey sets DerivedStreamKey field to given value.

HasDerivedStreamKey

func (o *SearchEventContext) HasDerivedStreamKey() bool

HasDerivedStreamKey returns a boolean if a field has been set.

SetDerivedStreamKeyNil

func (o *SearchEventContext) SetDerivedStreamKeyNil(b bool)

SetDerivedStreamKeyNil sets the value for DerivedStreamKey to be an explicit nil

UnsetDerivedStreamKey

func (o *SearchEventContext) UnsetDerivedStreamKey()

UnsetDerivedStreamKey ensures that no value is present for DerivedStreamKey, not even an explicit nil

GetFolderId

func (o *SearchEventContext) GetFolderId() string

GetFolderId returns the FolderId field if non-nil, zero value otherwise.

GetFolderIdOk

func (o *SearchEventContext) GetFolderIdOk() (*string, bool)

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

SetFolderId

func (o *SearchEventContext) SetFolderId(v string)

SetFolderId sets FolderId field to given value.

HasFolderId

func (o *SearchEventContext) HasFolderId() bool

HasFolderId returns a boolean if a field has been set.

SetFolderIdNil

func (o *SearchEventContext) SetFolderIdNil(b bool)

SetFolderIdNil sets the value for FolderId to be an explicit nil

UnsetFolderId

func (o *SearchEventContext) UnsetFolderId()

UnsetFolderId ensures that no value is present for FolderId, not even an explicit nil

GetFolderName

func (o *SearchEventContext) GetFolderName() string

GetFolderName returns the FolderName field if non-nil, zero value otherwise.

GetFolderNameOk

func (o *SearchEventContext) GetFolderNameOk() (*string, bool)

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

SetFolderName

func (o *SearchEventContext) SetFolderName(v string)

SetFolderName sets FolderName field to given value.

HasFolderName

func (o *SearchEventContext) HasFolderName() bool

HasFolderName returns a boolean if a field has been set.

SetFolderNameNil

func (o *SearchEventContext) SetFolderNameNil(b bool)

SetFolderNameNil sets the value for FolderName to be an explicit nil

UnsetFolderName

func (o *SearchEventContext) UnsetFolderName()

UnsetFolderName ensures that no value is present for FolderName, not even an explicit nil

GetReportId

func (o *SearchEventContext) GetReportId() string

GetReportId returns the ReportId field if non-nil, zero value otherwise.

GetReportIdOk

func (o *SearchEventContext) GetReportIdOk() (*string, bool)

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

SetReportId

func (o *SearchEventContext) SetReportId(v string)

SetReportId sets ReportId field to given value.

HasReportId

func (o *SearchEventContext) HasReportId() bool

HasReportId returns a boolean if a field has been set.

SetReportIdNil

func (o *SearchEventContext) SetReportIdNil(b bool)

SetReportIdNil sets the value for ReportId to be an explicit nil

UnsetReportId

func (o *SearchEventContext) UnsetReportId()

UnsetReportId ensures that no value is present for ReportId, not even an explicit nil

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