Documentation ¶
Index ¶
- func CreateIncidentReportResponseFromDiscriminatorValue(...) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, ...)
- type IncidentReportRequestBuilder
- type IncidentReportRequestBuilderGetOptions
- type IncidentReportResponse
- func (m *IncidentReportResponse) GetAdditionalData() map[string]interface{}
- func (m *IncidentReportResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- 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 i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.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 ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *IncidentReportRequestBuilder
NewIncidentReportRequestBuilder instantiates a new IncidentReportRequestBuilder and sets the default values.
func NewIncidentReportRequestBuilderInternal ¶
func NewIncidentReportRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *IncidentReportRequestBuilder
NewIncidentReportRequestBuilderInternal instantiates a new IncidentReportRequestBuilder and sets the default values.
func (*IncidentReportRequestBuilder) CreateGetRequestInformation ¶
func (m *IncidentReportRequestBuilder) CreateGetRequestInformation(options *IncidentReportRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.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 H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.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(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.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.
func (*IncidentReportResponse) Serialize ¶ added in v0.13.0
func (m *IncidentReportResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.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.
type IncidentReportResponseable ¶ added in v0.13.0
type IncidentReportResponseable interface { i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.AdditionalDataHolder i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable GetValue() []byte SetValue(value []byte) }
IncidentReportResponseable