diff options
author | Qais Patankar <qaisjp@gmail.com> | 2020-03-15 22:43:46 +0000 |
---|---|---|
committer | Wim <wim@42.be> | 2020-03-22 00:02:48 +0100 |
commit | 76e5fe5a87d7e60919075f96eee599f3c6255a9f (patch) | |
tree | af3181ad6aadaea02069473a3718a827be888426 /vendor/github.com/matterbridge/msgraph.go/beta/EmbeddedSIMDeviceStateModel.go | |
parent | 802c80f40c709ba4967de317e40a8d6abe57f6be (diff) | |
download | matterbridge-msglm-76e5fe5a87d7e60919075f96eee599f3c6255a9f.tar.gz matterbridge-msglm-76e5fe5a87d7e60919075f96eee599f3c6255a9f.tar.bz2 matterbridge-msglm-76e5fe5a87d7e60919075f96eee599f3c6255a9f.zip |
Update vendor yaegashi/msgraph.go to v0.1.2 (2)
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/EmbeddedSIMDeviceStateModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/EmbeddedSIMDeviceStateModel.go | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/EmbeddedSIMDeviceStateModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/EmbeddedSIMDeviceStateModel.go deleted file mode 100644 index 8e8d0d06..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/EmbeddedSIMDeviceStateModel.go +++ /dev/null @@ -1,27 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -import "time" - -// EmbeddedSIMDeviceState Describes the embedded SIM activation code deployment state in relation to a device. -type EmbeddedSIMDeviceState struct { - // Entity is the base model of EmbeddedSIMDeviceState - Entity - // CreatedDateTime The time the embedded SIM device status was created. Generated service side. - CreatedDateTime *time.Time `json:"createdDateTime,omitempty"` - // ModifiedDateTime The time the embedded SIM device status was last modified. Updated service side. - ModifiedDateTime *time.Time `json:"modifiedDateTime,omitempty"` - // LastSyncDateTime The time the embedded SIM device last checked in. Updated service side. - LastSyncDateTime *time.Time `json:"lastSyncDateTime,omitempty"` - // UniversalIntegratedCircuitCardIdentifier The Universal Integrated Circuit Card Identifier (UICCID) identifying the hardware onto which a profile is to be deployed. - UniversalIntegratedCircuitCardIdentifier *string `json:"universalIntegratedCircuitCardIdentifier,omitempty"` - // DeviceName Device name to which the subscription was provisioned e.g. DESKTOP-JOE - DeviceName *string `json:"deviceName,omitempty"` - // UserName Username which the subscription was provisioned to e.g. joe@contoso.com - UserName *string `json:"userName,omitempty"` - // State The state of the profile operation applied to the device. - State *EmbeddedSIMDeviceStateValue `json:"state,omitempty"` - // StateDetails String description of the provisioning state. - StateDetails *string `json:"stateDetails,omitempty"` -} |