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] |
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
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
func (o *SearchEventContext) GetAlertKey() string
GetAlertKey returns the AlertKey field if non-nil, zero value otherwise.
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.
func (o *SearchEventContext) SetAlertKey(v string)
SetAlertKey sets AlertKey field to given value.
func (o *SearchEventContext) HasAlertKey() bool
HasAlertKey returns a boolean if a field has been set.
func (o *SearchEventContext) SetAlertKeyNil(b bool)
SetAlertKeyNil sets the value for AlertKey to be an explicit nil
func (o *SearchEventContext) UnsetAlertKey()
UnsetAlertKey ensures that no value is present for AlertKey, not even an explicit nil
func (o *SearchEventContext) GetDashboardId() string
GetDashboardId returns the DashboardId field if non-nil, zero value otherwise.
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.
func (o *SearchEventContext) SetDashboardId(v string)
SetDashboardId sets DashboardId field to given value.
func (o *SearchEventContext) HasDashboardId() bool
HasDashboardId returns a boolean if a field has been set.
func (o *SearchEventContext) SetDashboardIdNil(b bool)
SetDashboardIdNil sets the value for DashboardId to be an explicit nil
func (o *SearchEventContext) UnsetDashboardId()
UnsetDashboardId ensures that no value is present for DashboardId, not even an explicit nil
func (o *SearchEventContext) GetDashboardName() string
GetDashboardName returns the DashboardName field if non-nil, zero value otherwise.
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.
func (o *SearchEventContext) SetDashboardName(v string)
SetDashboardName sets DashboardName field to given value.
func (o *SearchEventContext) HasDashboardName() bool
HasDashboardName returns a boolean if a field has been set.
func (o *SearchEventContext) SetDashboardNameNil(b bool)
SetDashboardNameNil sets the value for DashboardName to be an explicit nil
func (o *SearchEventContext) UnsetDashboardName()
UnsetDashboardName ensures that no value is present for DashboardName, not even an explicit nil
func (o *SearchEventContext) GetDerivedStreamKey() string
GetDerivedStreamKey returns the DerivedStreamKey field if non-nil, zero value otherwise.
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.
func (o *SearchEventContext) SetDerivedStreamKey(v string)
SetDerivedStreamKey sets DerivedStreamKey field to given value.
func (o *SearchEventContext) HasDerivedStreamKey() bool
HasDerivedStreamKey returns a boolean if a field has been set.
func (o *SearchEventContext) SetDerivedStreamKeyNil(b bool)
SetDerivedStreamKeyNil sets the value for DerivedStreamKey to be an explicit nil
func (o *SearchEventContext) UnsetDerivedStreamKey()
UnsetDerivedStreamKey ensures that no value is present for DerivedStreamKey, not even an explicit nil
func (o *SearchEventContext) GetFolderId() string
GetFolderId returns the FolderId field if non-nil, zero value otherwise.
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.
func (o *SearchEventContext) SetFolderId(v string)
SetFolderId sets FolderId field to given value.
func (o *SearchEventContext) HasFolderId() bool
HasFolderId returns a boolean if a field has been set.
func (o *SearchEventContext) SetFolderIdNil(b bool)
SetFolderIdNil sets the value for FolderId to be an explicit nil
func (o *SearchEventContext) UnsetFolderId()
UnsetFolderId ensures that no value is present for FolderId, not even an explicit nil
func (o *SearchEventContext) GetFolderName() string
GetFolderName returns the FolderName field if non-nil, zero value otherwise.
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.
func (o *SearchEventContext) SetFolderName(v string)
SetFolderName sets FolderName field to given value.
func (o *SearchEventContext) HasFolderName() bool
HasFolderName returns a boolean if a field has been set.
func (o *SearchEventContext) SetFolderNameNil(b bool)
SetFolderNameNil sets the value for FolderName to be an explicit nil
func (o *SearchEventContext) UnsetFolderName()
UnsetFolderName ensures that no value is present for FolderName, not even an explicit nil
func (o *SearchEventContext) GetReportId() string
GetReportId returns the ReportId field if non-nil, zero value otherwise.
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.
func (o *SearchEventContext) SetReportId(v string)
SetReportId sets ReportId field to given value.
func (o *SearchEventContext) HasReportId() bool
HasReportId returns a boolean if a field has been set.
func (o *SearchEventContext) SetReportIdNil(b bool)
SetReportIdNil sets the value for ReportId to be an explicit nil
func (o *SearchEventContext) UnsetReportId()
UnsetReportId ensures that no value is present for ReportId, not even an explicit nil