Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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(ctx context.Context, requestConfiguration *IncidentReportRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation invoke function incidentReport
func (*IncidentReportRequestBuilder) Get ¶
func (m *IncidentReportRequestBuilder) Get(ctx context.Context, requestConfiguration *IncidentReportRequestBuilderGetRequestConfiguration) ([]byte, error)
Get invoke function incidentReport
type IncidentReportRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type IncidentReportRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
IncidentReportRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
Click to show internal directories.
Click to hide internal directories.