Versions in this module Expand all Collapse all v0 v0.9.0 Jul 8, 2023 Changes in this version + func CreateIncidentReportResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...) + type IncidentReportRequestBuilder struct + func NewIncidentReportRequestBuilder(rawUrl string, ...) *IncidentReportRequestBuilder + func NewIncidentReportRequestBuilderInternal(pathParameters map[string]string, ...) *IncidentReportRequestBuilder + func (m *IncidentReportRequestBuilder) CreateGetRequestInformation(options *IncidentReportRequestBuilderGetOptions) (...) + func (m *IncidentReportRequestBuilder) Get(options *IncidentReportRequestBuilderGetOptions) (IncidentReportResponseable, error) + type IncidentReportRequestBuilderGetOptions struct + Headers map[string]string + Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption + ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler + type IncidentReportResponse struct + func NewIncidentReportResponse() *IncidentReportResponse + func (m *IncidentReportResponse) GetAdditionalData() map[string]interface{} + func (m *IncidentReportResponse) GetFieldDeserializers() ... + func (m *IncidentReportResponse) GetValue() []byte + func (m *IncidentReportResponse) Serialize(...) error + func (m *IncidentReportResponse) SetAdditionalData(value map[string]interface{}) + func (m *IncidentReportResponse) SetValue(value []byte) + type IncidentReportResponseable interface + GetValue func() []byte + SetValue func(value []byte)