Documentation ¶
Index ¶
- type GetManagedAppDiagnosticStatuses
- func (m *GetManagedAppDiagnosticStatuses) GetAdditionalData() map[string]interface{}
- func (m *GetManagedAppDiagnosticStatuses) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *GetManagedAppDiagnosticStatuses) IsNil() bool
- func (m *GetManagedAppDiagnosticStatuses) Serialize(...) error
- func (m *GetManagedAppDiagnosticStatuses) SetAdditionalData(value map[string]interface{})
- type GetManagedAppDiagnosticStatusesRequestBuilder
- func (m *GetManagedAppDiagnosticStatusesRequestBuilder) CreateGetRequestInformation(options *GetManagedAppDiagnosticStatusesRequestBuilderGetOptions) (...)
- func (m *GetManagedAppDiagnosticStatusesRequestBuilder) Get(options *GetManagedAppDiagnosticStatusesRequestBuilderGetOptions) ([]GetManagedAppDiagnosticStatuses, error)
- type GetManagedAppDiagnosticStatusesRequestBuilderGetOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetManagedAppDiagnosticStatuses ¶
type GetManagedAppDiagnosticStatuses struct {
// contains filtered or unexported fields
}
GetManagedAppDiagnosticStatuses
func NewGetManagedAppDiagnosticStatuses ¶
func NewGetManagedAppDiagnosticStatuses() *GetManagedAppDiagnosticStatuses
NewGetManagedAppDiagnosticStatuses instantiates a new getManagedAppDiagnosticStatuses and sets the default values.
func (*GetManagedAppDiagnosticStatuses) GetAdditionalData ¶
func (m *GetManagedAppDiagnosticStatuses) 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 (*GetManagedAppDiagnosticStatuses) GetFieldDeserializers ¶
func (m *GetManagedAppDiagnosticStatuses) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetManagedAppDiagnosticStatuses) IsNil ¶
func (m *GetManagedAppDiagnosticStatuses) IsNil() bool
func (*GetManagedAppDiagnosticStatuses) Serialize ¶
func (m *GetManagedAppDiagnosticStatuses) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*GetManagedAppDiagnosticStatuses) SetAdditionalData ¶
func (m *GetManagedAppDiagnosticStatuses) 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.
type GetManagedAppDiagnosticStatusesRequestBuilder ¶
type GetManagedAppDiagnosticStatusesRequestBuilder struct {
// contains filtered or unexported fields
}
GetManagedAppDiagnosticStatusesRequestBuilder builds and executes requests for operations under \users\{user-id}\microsoft.graph.getManagedAppDiagnosticStatuses()
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) ([]GetManagedAppDiagnosticStatuses, 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