Documentation ¶
Index ¶
- func CreateGetManagedAppDiagnosticStatusesResponseFromDiscriminatorValue(...) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, ...)
- type GetManagedAppDiagnosticStatusesRequestBuilder
- func (m *GetManagedAppDiagnosticStatusesRequestBuilder) CreateGetRequestInformation(options *GetManagedAppDiagnosticStatusesRequestBuilderGetOptions) (...)
- func (m *GetManagedAppDiagnosticStatusesRequestBuilder) Get(options *GetManagedAppDiagnosticStatusesRequestBuilderGetOptions) (GetManagedAppDiagnosticStatusesResponseable, error)
- type GetManagedAppDiagnosticStatusesRequestBuilderGetOptions
- type GetManagedAppDiagnosticStatusesResponse
- func (m *GetManagedAppDiagnosticStatusesResponse) GetAdditionalData() map[string]interface{}
- func (m *GetManagedAppDiagnosticStatusesResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *GetManagedAppDiagnosticStatusesResponse) GetValue() ...
- func (m *GetManagedAppDiagnosticStatusesResponse) IsNil() bool
- func (m *GetManagedAppDiagnosticStatusesResponse) Serialize(...) error
- func (m *GetManagedAppDiagnosticStatusesResponse) SetAdditionalData(value map[string]interface{})
- func (m *GetManagedAppDiagnosticStatusesResponse) SetValue(...)
- type GetManagedAppDiagnosticStatusesResponseable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateGetManagedAppDiagnosticStatusesResponseFromDiscriminatorValue ¶ added in v0.13.0
func CreateGetManagedAppDiagnosticStatusesResponseFromDiscriminatorValue(parseNode i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, error)
CreateGetManagedAppDiagnosticStatusesResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type GetManagedAppDiagnosticStatusesRequestBuilder ¶
type GetManagedAppDiagnosticStatusesRequestBuilder struct {
// contains filtered or unexported fields
}
GetManagedAppDiagnosticStatusesRequestBuilder provides operations to call the getManagedAppDiagnosticStatuses method.
func NewGetManagedAppDiagnosticStatusesRequestBuilder ¶
func NewGetManagedAppDiagnosticStatusesRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *GetManagedAppDiagnosticStatusesRequestBuilder
NewGetManagedAppDiagnosticStatusesRequestBuilder instantiates a new GetManagedAppDiagnosticStatusesRequestBuilder and sets the default values.
func NewGetManagedAppDiagnosticStatusesRequestBuilderInternal ¶
func NewGetManagedAppDiagnosticStatusesRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *GetManagedAppDiagnosticStatusesRequestBuilder
NewGetManagedAppDiagnosticStatusesRequestBuilderInternal instantiates a new GetManagedAppDiagnosticStatusesRequestBuilder and sets the default values.
func (*GetManagedAppDiagnosticStatusesRequestBuilder) CreateGetRequestInformation ¶
func (m *GetManagedAppDiagnosticStatusesRequestBuilder) CreateGetRequestInformation(options *GetManagedAppDiagnosticStatusesRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation gets diagnostics validation status for a given user.
func (*GetManagedAppDiagnosticStatusesRequestBuilder) Get ¶
func (m *GetManagedAppDiagnosticStatusesRequestBuilder) Get(options *GetManagedAppDiagnosticStatusesRequestBuilderGetOptions) (GetManagedAppDiagnosticStatusesResponseable, error)
Get gets diagnostics validation status for a given user.
type GetManagedAppDiagnosticStatusesRequestBuilderGetOptions ¶
type GetManagedAppDiagnosticStatusesRequestBuilderGetOptions 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 }
GetManagedAppDiagnosticStatusesRequestBuilderGetOptions options for Get
type GetManagedAppDiagnosticStatusesResponse ¶ added in v0.13.0
type GetManagedAppDiagnosticStatusesResponse struct {
// contains filtered or unexported fields
}
GetManagedAppDiagnosticStatusesResponse provides operations to call the getManagedAppDiagnosticStatuses method.
func NewGetManagedAppDiagnosticStatusesResponse ¶ added in v0.13.0
func NewGetManagedAppDiagnosticStatusesResponse() *GetManagedAppDiagnosticStatusesResponse
NewGetManagedAppDiagnosticStatusesResponse instantiates a new getManagedAppDiagnosticStatusesResponse and sets the default values.
func (*GetManagedAppDiagnosticStatusesResponse) GetAdditionalData ¶ added in v0.13.0
func (m *GetManagedAppDiagnosticStatusesResponse) 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 (*GetManagedAppDiagnosticStatusesResponse) GetFieldDeserializers ¶ added in v0.13.0
func (m *GetManagedAppDiagnosticStatusesResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetManagedAppDiagnosticStatusesResponse) GetValue ¶ added in v0.13.0
func (m *GetManagedAppDiagnosticStatusesResponse) GetValue() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ManagedAppDiagnosticStatusable
GetValue gets the value property value.
func (*GetManagedAppDiagnosticStatusesResponse) IsNil ¶ added in v0.13.0
func (m *GetManagedAppDiagnosticStatusesResponse) IsNil() bool
func (*GetManagedAppDiagnosticStatusesResponse) Serialize ¶ added in v0.13.0
func (m *GetManagedAppDiagnosticStatusesResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*GetManagedAppDiagnosticStatusesResponse) SetAdditionalData ¶ added in v0.13.0
func (m *GetManagedAppDiagnosticStatusesResponse) 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 (*GetManagedAppDiagnosticStatusesResponse) SetValue ¶ added in v0.13.0
func (m *GetManagedAppDiagnosticStatusesResponse) SetValue(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ManagedAppDiagnosticStatusable)
SetValue sets the value property value.
type GetManagedAppDiagnosticStatusesResponseable ¶ added in v0.13.0
type GetManagedAppDiagnosticStatusesResponseable interface { i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.AdditionalDataHolder i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable GetValue() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ManagedAppDiagnosticStatusable SetValue(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ManagedAppDiagnosticStatusable) }
GetManagedAppDiagnosticStatusesResponseable