forked from microsoftgraph/msgraph-sdk-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathitem_set_mobile_device_management_authority_response.go
More file actions
28 lines (26 loc) · 1.68 KB
/
item_set_mobile_device_management_authority_response.go
File metadata and controls
28 lines (26 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
package organization
import (
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91 "github.com/microsoft/kiota-abstractions-go/serialization"
)
// ItemSetMobileDeviceManagementAuthorityResponse
// Deprecated: This class is obsolete. Use setMobileDeviceManagementAuthorityPostResponse instead.
type ItemSetMobileDeviceManagementAuthorityResponse struct {
ItemSetMobileDeviceManagementAuthorityPostResponse
}
// NewItemSetMobileDeviceManagementAuthorityResponse instantiates a new ItemSetMobileDeviceManagementAuthorityResponse and sets the default values.
func NewItemSetMobileDeviceManagementAuthorityResponse()(*ItemSetMobileDeviceManagementAuthorityResponse) {
m := &ItemSetMobileDeviceManagementAuthorityResponse{
ItemSetMobileDeviceManagementAuthorityPostResponse: *NewItemSetMobileDeviceManagementAuthorityPostResponse(),
}
return m
}
// CreateItemSetMobileDeviceManagementAuthorityResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateItemSetMobileDeviceManagementAuthorityResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) {
return NewItemSetMobileDeviceManagementAuthorityResponse(), nil
}
// ItemSetMobileDeviceManagementAuthorityResponseable
// Deprecated: This class is obsolete. Use setMobileDeviceManagementAuthorityPostResponse instead.
type ItemSetMobileDeviceManagementAuthorityResponseable interface {
ItemSetMobileDeviceManagementAuthorityPostResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
}