user_device_dto

package
v1.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 24, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UserDevice

type UserDevice struct {
	Platform  string `json:"platform"`
	Make      string `json:"make"`
	Model     string `json:"model"`
	OsVersion string `json:"os_version"`
	AppName   string `json:"app_name"`
	PushId    string `json:"push_id"`
	UserId    string `json:"user_id"`
}

func (*UserDevice) Validate

func (d *UserDevice) Validate() *rest_errors.RestErr

type UserDevices

type UserDevices struct {
	Results []UserDevice `json:"user_devices"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL