Documentation
¶
Index ¶
- func CreateGetFinalReportResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type GetFinalReportRequestBuilder
- type GetFinalReportRequestBuilderGetOptions
- type GetFinalReportResponse
- func (m *GetFinalReportResponse) GetAdditionalData() map[string]interface{}
- func (m *GetFinalReportResponse) GetFieldDeserializers() ...
- func (m *GetFinalReportResponse) GetValue() []byte
- func (m *GetFinalReportResponse) Serialize(...) error
- func (m *GetFinalReportResponse) SetAdditionalData(value map[string]interface{})
- func (m *GetFinalReportResponse) SetValue(value []byte)
- type GetFinalReportResponseable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateGetFinalReportResponseFromDiscriminatorValue ¶ added in v0.13.0
func CreateGetFinalReportResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateGetFinalReportResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type GetFinalReportRequestBuilder ¶
type GetFinalReportRequestBuilder struct {
// contains filtered or unexported fields
}
GetFinalReportRequestBuilder provides operations to call the getFinalReport method.
func NewGetFinalReportRequestBuilder ¶
func NewGetFinalReportRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetFinalReportRequestBuilder
NewGetFinalReportRequestBuilder instantiates a new GetFinalReportRequestBuilder and sets the default values.
func NewGetFinalReportRequestBuilderInternal ¶
func NewGetFinalReportRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetFinalReportRequestBuilder
NewGetFinalReportRequestBuilderInternal instantiates a new GetFinalReportRequestBuilder and sets the default values.
func (*GetFinalReportRequestBuilder) CreateGetRequestInformation ¶
func (m *GetFinalReportRequestBuilder) CreateGetRequestInformation(options *GetFinalReportRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation invoke function getFinalReport
func (*GetFinalReportRequestBuilder) Get ¶
func (m *GetFinalReportRequestBuilder) Get(options *GetFinalReportRequestBuilderGetOptions) (GetFinalReportResponseable, error)
Get invoke function getFinalReport
type GetFinalReportRequestBuilderGetOptions ¶
type GetFinalReportRequestBuilderGetOptions 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 }
GetFinalReportRequestBuilderGetOptions options for Get
type GetFinalReportResponse ¶ added in v0.13.0
type GetFinalReportResponse struct {
// contains filtered or unexported fields
}
GetFinalReportResponse provides operations to call the getFinalReport method.
func NewGetFinalReportResponse ¶ added in v0.13.0
func NewGetFinalReportResponse() *GetFinalReportResponse
NewGetFinalReportResponse instantiates a new getFinalReportResponse and sets the default values.
func (*GetFinalReportResponse) GetAdditionalData ¶ added in v0.13.0
func (m *GetFinalReportResponse) 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 (*GetFinalReportResponse) GetFieldDeserializers ¶ added in v0.13.0
func (m *GetFinalReportResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetFinalReportResponse) GetValue ¶ added in v0.13.0
func (m *GetFinalReportResponse) GetValue() []byte
GetValue gets the value property value. The value property
func (*GetFinalReportResponse) Serialize ¶ added in v0.13.0
func (m *GetFinalReportResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*GetFinalReportResponse) SetAdditionalData ¶ added in v0.13.0
func (m *GetFinalReportResponse) 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 (*GetFinalReportResponse) SetValue ¶ added in v0.13.0
func (m *GetFinalReportResponse) SetValue(value []byte)
SetValue sets the value property value. The value property
type GetFinalReportResponseable ¶ added in v0.13.0
type GetFinalReportResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() []byte SetValue(value []byte) }
GetFinalReportResponseable