Documentation ¶
Index ¶
- func CreateIncidentReportResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type IncidentReportRequestBuilder
- type IncidentReportRequestBuilderGetOptions
- type 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateIncidentReportResponseFromDiscriminatorValue ¶ added in v0.13.0
func CreateIncidentReportResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateIncidentReportResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type IncidentReportRequestBuilder ¶
type IncidentReportRequestBuilder struct {
// contains filtered or unexported fields
}
IncidentReportRequestBuilder provides operations to call the incidentReport method.
func NewIncidentReportRequestBuilder ¶
func NewIncidentReportRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *IncidentReportRequestBuilder
NewIncidentReportRequestBuilder instantiates a new IncidentReportRequestBuilder and sets the default values.
func NewIncidentReportRequestBuilderInternal ¶
func NewIncidentReportRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *IncidentReportRequestBuilder
NewIncidentReportRequestBuilderInternal instantiates a new IncidentReportRequestBuilder and sets the default values.
func (*IncidentReportRequestBuilder) CreateGetRequestInformation ¶
func (m *IncidentReportRequestBuilder) CreateGetRequestInformation(options *IncidentReportRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation invoke function incidentReport
func (*IncidentReportRequestBuilder) Get ¶
func (m *IncidentReportRequestBuilder) Get(options *IncidentReportRequestBuilderGetOptions) (IncidentReportResponseable, error)
Get invoke function incidentReport
type IncidentReportRequestBuilderGetOptions ¶
type IncidentReportRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
IncidentReportRequestBuilderGetOptions options for Get
type IncidentReportResponse ¶ added in v0.13.0
type IncidentReportResponse struct {
// contains filtered or unexported fields
}
IncidentReportResponse provides operations to call the incidentReport method.
func NewIncidentReportResponse ¶ added in v0.13.0
func NewIncidentReportResponse() *IncidentReportResponse
NewIncidentReportResponse instantiates a new incidentReportResponse and sets the default values.
func (*IncidentReportResponse) GetAdditionalData ¶ added in v0.13.0
func (m *IncidentReportResponse) GetAdditionalData() map[string]interface{}
GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*IncidentReportResponse) GetFieldDeserializers ¶ added in v0.13.0
func (m *IncidentReportResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*IncidentReportResponse) GetValue ¶ added in v0.13.0
func (m *IncidentReportResponse) GetValue() []byte
GetValue gets the value property value. The value property
func (*IncidentReportResponse) Serialize ¶ added in v0.13.0
func (m *IncidentReportResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*IncidentReportResponse) SetAdditionalData ¶ added in v0.13.0
func (m *IncidentReportResponse) SetAdditionalData(value map[string]interface{})
SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*IncidentReportResponse) SetValue ¶ added in v0.13.0
func (m *IncidentReportResponse) SetValue(value []byte)
SetValue sets the value property value. The value property
type IncidentReportResponseable ¶ added in v0.13.0
type IncidentReportResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() []byte SetValue(value []byte) }
IncidentReportResponseable