mo_activity

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Compatible

type Compatible struct {
	Raw                   json.RawMessage
	Timestamp             string `json:"timestamp"`
	Member                string `json:"member"`
	MemberEmail           string `json:"member_email"`
	EventType             string `path:"event_type.description" json:"event_type"`
	Category              string `path:"event_category.\\.tag" json:"category"`
	AccessMethod          string `path:"origin.access_method.end_user.\\.tag" json:"access_method"`
	IpAddress             string `path:"origin.geo_location.ip_address" json:"ip_address"`
	Country               string `path:"origin.geo_location.country" json:"country"`
	City                  string `path:"origin.geo_location.city" json:"city"`
	InvolveNonTeamMembers bool   `path:"involve_non_team_member" json:"involve_non_team_members"`
	Participants          string `json:"participants"`
	Context               string `json:"context"`
	Assets                string `json:"assets"`
	OtherInfo             string `json:"other_info"`
}

Dropbox Business activities report compatible model

type Event

type Event struct {
	Raw           json.RawMessage
	Timestamp     string `path:"timestamp" json:"timestamp"`
	EventCategory string `path:"event_category.\\.tag" json:"event_category"`
	EventType     string `path:"event_type.\\.tag" json:"event_type"`
	EventTypeDesc string `path:"event_type.description" json:"event_type_desc"`
}

func (*Event) Compatible

func (z *Event) Compatible() *Compatible

Jump to

Keyboard shortcuts

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