id
int32
0
167k
repo
stringlengths
5
54
path
stringlengths
4
155
func_name
stringlengths
1
118
original_string
stringlengths
52
85.5k
language
stringclasses
1 value
code
stringlengths
52
85.5k
code_tokens
list
docstring
stringlengths
6
2.61k
docstring_tokens
list
sha
stringlengths
40
40
url
stringlengths
85
252
138,200
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewAccountCaptureRelinquishAccountType
func NewAccountCaptureRelinquishAccountType(Description string) *AccountCaptureRelinquishAccountType { s := new(AccountCaptureRelinquishAccountType) s.Description = Description return s }
go
func NewAccountCaptureRelinquishAccountType(Description string) *AccountCaptureRelinquishAccountType { s := new(AccountCaptureRelinquishAccountType) s.Description = Description return s }
[ "func", "NewAccountCaptureRelinquishAccountType", "(", "Description", "string", ")", "*", "AccountCaptureRelinquishAccountType", "{", "s", ":=", "new", "(", "AccountCaptureRelinquishAccountType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s...
// NewAccountCaptureRelinquishAccountType returns a new AccountCaptureRelinquishAccountType instance
[ "NewAccountCaptureRelinquishAccountType", "returns", "a", "new", "AccountCaptureRelinquishAccountType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L277-L281
138,201
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
UnmarshalJSON
func (u *ActionDetails) UnmarshalJSON(body []byte) error { type wrap struct { dropbox.Tagged // TeamJoinDetails : Additional information relevant when a new member // joins the team. TeamJoinDetails json.RawMessage `json:"team_join_details,omitempty"` // RemoveAction : Define how the user was removed from th...
go
func (u *ActionDetails) UnmarshalJSON(body []byte) error { type wrap struct { dropbox.Tagged // TeamJoinDetails : Additional information relevant when a new member // joins the team. TeamJoinDetails json.RawMessage `json:"team_join_details,omitempty"` // RemoveAction : Define how the user was removed from th...
[ "func", "(", "u", "*", "ActionDetails", ")", "UnmarshalJSON", "(", "body", "[", "]", "byte", ")", "error", "{", "type", "wrap", "struct", "{", "dropbox", ".", "Tagged", "\n", "// TeamJoinDetails : Additional information relevant when a new member", "// joins the team....
// UnmarshalJSON deserializes into a ActionDetails instance
[ "UnmarshalJSON", "deserializes", "into", "a", "ActionDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L302-L332
138,202
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
UnmarshalJSON
func (u *ActorLogInfo) UnmarshalJSON(body []byte) error { type wrap struct { dropbox.Tagged // User : The user who did the action. User json.RawMessage `json:"user,omitempty"` // Admin : The admin who did the action. Admin json.RawMessage `json:"admin,omitempty"` // App : The application who did the action...
go
func (u *ActorLogInfo) UnmarshalJSON(body []byte) error { type wrap struct { dropbox.Tagged // User : The user who did the action. User json.RawMessage `json:"user,omitempty"` // Admin : The admin who did the action. Admin json.RawMessage `json:"admin,omitempty"` // App : The application who did the action...
[ "func", "(", "u", "*", "ActorLogInfo", ")", "UnmarshalJSON", "(", "body", "[", "]", "byte", ")", "error", "{", "type", "wrap", "struct", "{", "dropbox", ".", "Tagged", "\n", "// User : The user who did the action.", "User", "json", ".", "RawMessage", "`json:\"...
// UnmarshalJSON deserializes into a ActorLogInfo instance
[ "UnmarshalJSON", "deserializes", "into", "a", "ActorLogInfo", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L359-L404
138,203
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewAllowDownloadDisabledType
func NewAllowDownloadDisabledType(Description string) *AllowDownloadDisabledType { s := new(AllowDownloadDisabledType) s.Description = Description return s }
go
func NewAllowDownloadDisabledType(Description string) *AllowDownloadDisabledType { s := new(AllowDownloadDisabledType) s.Description = Description return s }
[ "func", "NewAllowDownloadDisabledType", "(", "Description", "string", ")", "*", "AllowDownloadDisabledType", "{", "s", ":=", "new", "(", "AllowDownloadDisabledType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewAllowDownloadDisabledType returns a new AllowDownloadDisabledType instance
[ "NewAllowDownloadDisabledType", "returns", "a", "new", "AllowDownloadDisabledType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L438-L442
138,204
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewAllowDownloadEnabledType
func NewAllowDownloadEnabledType(Description string) *AllowDownloadEnabledType { s := new(AllowDownloadEnabledType) s.Description = Description return s }
go
func NewAllowDownloadEnabledType(Description string) *AllowDownloadEnabledType { s := new(AllowDownloadEnabledType) s.Description = Description return s }
[ "func", "NewAllowDownloadEnabledType", "(", "Description", "string", ")", "*", "AllowDownloadEnabledType", "{", "s", ":=", "new", "(", "AllowDownloadEnabledType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewAllowDownloadEnabledType returns a new AllowDownloadEnabledType instance
[ "NewAllowDownloadEnabledType", "returns", "a", "new", "AllowDownloadEnabledType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L461-L465
138,205
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewApiSessionLogInfo
func NewApiSessionLogInfo(RequestId string) *ApiSessionLogInfo { s := new(ApiSessionLogInfo) s.RequestId = RequestId return s }
go
func NewApiSessionLogInfo(RequestId string) *ApiSessionLogInfo { s := new(ApiSessionLogInfo) s.RequestId = RequestId return s }
[ "func", "NewApiSessionLogInfo", "(", "RequestId", "string", ")", "*", "ApiSessionLogInfo", "{", "s", ":=", "new", "(", "ApiSessionLogInfo", ")", "\n", "s", ".", "RequestId", "=", "RequestId", "\n", "return", "s", "\n", "}" ]
// NewApiSessionLogInfo returns a new ApiSessionLogInfo instance
[ "NewApiSessionLogInfo", "returns", "a", "new", "ApiSessionLogInfo", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L474-L478
138,206
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewAppLinkTeamDetails
func NewAppLinkTeamDetails(AppInfo IsAppLogInfo) *AppLinkTeamDetails { s := new(AppLinkTeamDetails) s.AppInfo = AppInfo return s }
go
func NewAppLinkTeamDetails(AppInfo IsAppLogInfo) *AppLinkTeamDetails { s := new(AppLinkTeamDetails) s.AppInfo = AppInfo return s }
[ "func", "NewAppLinkTeamDetails", "(", "AppInfo", "IsAppLogInfo", ")", "*", "AppLinkTeamDetails", "{", "s", ":=", "new", "(", "AppLinkTeamDetails", ")", "\n", "s", ".", "AppInfo", "=", "AppInfo", "\n", "return", "s", "\n", "}" ]
// NewAppLinkTeamDetails returns a new AppLinkTeamDetails instance
[ "NewAppLinkTeamDetails", "returns", "a", "new", "AppLinkTeamDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L487-L491
138,207
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewAppLinkTeamType
func NewAppLinkTeamType(Description string) *AppLinkTeamType { s := new(AppLinkTeamType) s.Description = Description return s }
go
func NewAppLinkTeamType(Description string) *AppLinkTeamType { s := new(AppLinkTeamType) s.Description = Description return s }
[ "func", "NewAppLinkTeamType", "(", "Description", "string", ")", "*", "AppLinkTeamType", "{", "s", ":=", "new", "(", "AppLinkTeamType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewAppLinkTeamType returns a new AppLinkTeamType instance
[ "NewAppLinkTeamType", "returns", "a", "new", "AppLinkTeamType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L518-L522
138,208
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewAppLinkUserDetails
func NewAppLinkUserDetails(AppInfo IsAppLogInfo) *AppLinkUserDetails { s := new(AppLinkUserDetails) s.AppInfo = AppInfo return s }
go
func NewAppLinkUserDetails(AppInfo IsAppLogInfo) *AppLinkUserDetails { s := new(AppLinkUserDetails) s.AppInfo = AppInfo return s }
[ "func", "NewAppLinkUserDetails", "(", "AppInfo", "IsAppLogInfo", ")", "*", "AppLinkUserDetails", "{", "s", ":=", "new", "(", "AppLinkUserDetails", ")", "\n", "s", ".", "AppInfo", "=", "AppInfo", "\n", "return", "s", "\n", "}" ]
// NewAppLinkUserDetails returns a new AppLinkUserDetails instance
[ "NewAppLinkUserDetails", "returns", "a", "new", "AppLinkUserDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L531-L535
138,209
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewAppLinkUserType
func NewAppLinkUserType(Description string) *AppLinkUserType { s := new(AppLinkUserType) s.Description = Description return s }
go
func NewAppLinkUserType(Description string) *AppLinkUserType { s := new(AppLinkUserType) s.Description = Description return s }
[ "func", "NewAppLinkUserType", "(", "Description", "string", ")", "*", "AppLinkUserType", "{", "s", ":=", "new", "(", "AppLinkUserType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewAppLinkUserType returns a new AppLinkUserType instance
[ "NewAppLinkUserType", "returns", "a", "new", "AppLinkUserType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L562-L566
138,210
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
UnmarshalJSON
func (u *appLogInfoUnion) UnmarshalJSON(body []byte) error { type wrap struct { dropbox.Tagged // UserOrTeamLinkedApp : has no documentation (yet) UserOrTeamLinkedApp json.RawMessage `json:"user_or_team_linked_app,omitempty"` // UserLinkedApp : has no documentation (yet) UserLinkedApp json.RawMessage `json:"...
go
func (u *appLogInfoUnion) UnmarshalJSON(body []byte) error { type wrap struct { dropbox.Tagged // UserOrTeamLinkedApp : has no documentation (yet) UserOrTeamLinkedApp json.RawMessage `json:"user_or_team_linked_app,omitempty"` // UserLinkedApp : has no documentation (yet) UserLinkedApp json.RawMessage `json:"...
[ "func", "(", "u", "*", "appLogInfoUnion", ")", "UnmarshalJSON", "(", "body", "[", "]", "byte", ")", "error", "{", "type", "wrap", "struct", "{", "dropbox", ".", "Tagged", "\n", "// UserOrTeamLinkedApp : has no documentation (yet)", "UserOrTeamLinkedApp", "json", "...
// UnmarshalJSON deserializes into a appLogInfoUnion instance
[ "UnmarshalJSON", "deserializes", "into", "a", "appLogInfoUnion", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L609-L646
138,211
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
IsAppLogInfoFromJSON
func IsAppLogInfoFromJSON(data []byte) (IsAppLogInfo, error) { var t appLogInfoUnion if err := json.Unmarshal(data, &t); err != nil { return nil, err } switch t.Tag { case "user_or_team_linked_app": return t.UserOrTeamLinkedApp, nil case "user_linked_app": return t.UserLinkedApp, nil case "team_linked_ap...
go
func IsAppLogInfoFromJSON(data []byte) (IsAppLogInfo, error) { var t appLogInfoUnion if err := json.Unmarshal(data, &t); err != nil { return nil, err } switch t.Tag { case "user_or_team_linked_app": return t.UserOrTeamLinkedApp, nil case "user_linked_app": return t.UserLinkedApp, nil case "team_linked_ap...
[ "func", "IsAppLogInfoFromJSON", "(", "data", "[", "]", "byte", ")", "(", "IsAppLogInfo", ",", "error", ")", "{", "var", "t", "appLogInfoUnion", "\n", "if", "err", ":=", "json", ".", "Unmarshal", "(", "data", ",", "&", "t", ")", ";", "err", "!=", "nil...
// IsAppLogInfoFromJSON converts JSON to a concrete IsAppLogInfo instance
[ "IsAppLogInfoFromJSON", "converts", "JSON", "to", "a", "concrete", "IsAppLogInfo", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L649-L666
138,212
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewAppUnlinkTeamDetails
func NewAppUnlinkTeamDetails(AppInfo IsAppLogInfo) *AppUnlinkTeamDetails { s := new(AppUnlinkTeamDetails) s.AppInfo = AppInfo return s }
go
func NewAppUnlinkTeamDetails(AppInfo IsAppLogInfo) *AppUnlinkTeamDetails { s := new(AppUnlinkTeamDetails) s.AppInfo = AppInfo return s }
[ "func", "NewAppUnlinkTeamDetails", "(", "AppInfo", "IsAppLogInfo", ")", "*", "AppUnlinkTeamDetails", "{", "s", ":=", "new", "(", "AppUnlinkTeamDetails", ")", "\n", "s", ".", "AppInfo", "=", "AppInfo", "\n", "return", "s", "\n", "}" ]
// NewAppUnlinkTeamDetails returns a new AppUnlinkTeamDetails instance
[ "NewAppUnlinkTeamDetails", "returns", "a", "new", "AppUnlinkTeamDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L675-L679
138,213
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
UnmarshalJSON
func (u *AppUnlinkTeamDetails) UnmarshalJSON(b []byte) error { type wrap struct { // AppInfo : Relevant application details. AppInfo json.RawMessage `json:"app_info"` } var w wrap if err := json.Unmarshal(b, &w); err != nil { return err } AppInfo, err := IsAppLogInfoFromJSON(w.AppInfo) if err != nil { re...
go
func (u *AppUnlinkTeamDetails) UnmarshalJSON(b []byte) error { type wrap struct { // AppInfo : Relevant application details. AppInfo json.RawMessage `json:"app_info"` } var w wrap if err := json.Unmarshal(b, &w); err != nil { return err } AppInfo, err := IsAppLogInfoFromJSON(w.AppInfo) if err != nil { re...
[ "func", "(", "u", "*", "AppUnlinkTeamDetails", ")", "UnmarshalJSON", "(", "b", "[", "]", "byte", ")", "error", "{", "type", "wrap", "struct", "{", "// AppInfo : Relevant application details.", "AppInfo", "json", ".", "RawMessage", "`json:\"app_info\"`", "\n", "}",...
// UnmarshalJSON deserializes into a AppUnlinkTeamDetails instance
[ "UnmarshalJSON", "deserializes", "into", "a", "AppUnlinkTeamDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L682-L697
138,214
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewAppUnlinkTeamType
func NewAppUnlinkTeamType(Description string) *AppUnlinkTeamType { s := new(AppUnlinkTeamType) s.Description = Description return s }
go
func NewAppUnlinkTeamType(Description string) *AppUnlinkTeamType { s := new(AppUnlinkTeamType) s.Description = Description return s }
[ "func", "NewAppUnlinkTeamType", "(", "Description", "string", ")", "*", "AppUnlinkTeamType", "{", "s", ":=", "new", "(", "AppUnlinkTeamType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewAppUnlinkTeamType returns a new AppUnlinkTeamType instance
[ "NewAppUnlinkTeamType", "returns", "a", "new", "AppUnlinkTeamType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L706-L710
138,215
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewAppUnlinkUserDetails
func NewAppUnlinkUserDetails(AppInfo IsAppLogInfo) *AppUnlinkUserDetails { s := new(AppUnlinkUserDetails) s.AppInfo = AppInfo return s }
go
func NewAppUnlinkUserDetails(AppInfo IsAppLogInfo) *AppUnlinkUserDetails { s := new(AppUnlinkUserDetails) s.AppInfo = AppInfo return s }
[ "func", "NewAppUnlinkUserDetails", "(", "AppInfo", "IsAppLogInfo", ")", "*", "AppUnlinkUserDetails", "{", "s", ":=", "new", "(", "AppUnlinkUserDetails", ")", "\n", "s", ".", "AppInfo", "=", "AppInfo", "\n", "return", "s", "\n", "}" ]
// NewAppUnlinkUserDetails returns a new AppUnlinkUserDetails instance
[ "NewAppUnlinkUserDetails", "returns", "a", "new", "AppUnlinkUserDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L719-L723
138,216
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewAppUnlinkUserType
func NewAppUnlinkUserType(Description string) *AppUnlinkUserType { s := new(AppUnlinkUserType) s.Description = Description return s }
go
func NewAppUnlinkUserType(Description string) *AppUnlinkUserType { s := new(AppUnlinkUserType) s.Description = Description return s }
[ "func", "NewAppUnlinkUserType", "(", "Description", "string", ")", "*", "AppUnlinkUserType", "{", "s", ":=", "new", "(", "AppUnlinkUserType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewAppUnlinkUserType returns a new AppUnlinkUserType instance
[ "NewAppUnlinkUserType", "returns", "a", "new", "AppUnlinkUserType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L750-L754
138,217
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
UnmarshalJSON
func (u *AssetLogInfo) UnmarshalJSON(body []byte) error { type wrap struct { dropbox.Tagged // File : File's details. File json.RawMessage `json:"file,omitempty"` // Folder : Folder's details. Folder json.RawMessage `json:"folder,omitempty"` // PaperDocument : Paper docuement's details. PaperDocument jso...
go
func (u *AssetLogInfo) UnmarshalJSON(body []byte) error { type wrap struct { dropbox.Tagged // File : File's details. File json.RawMessage `json:"file,omitempty"` // Folder : Folder's details. Folder json.RawMessage `json:"folder,omitempty"` // PaperDocument : Paper docuement's details. PaperDocument jso...
[ "func", "(", "u", "*", "AssetLogInfo", ")", "UnmarshalJSON", "(", "body", "[", "]", "byte", ")", "error", "{", "type", "wrap", "struct", "{", "dropbox", ".", "Tagged", "\n", "// File : File's details.", "File", "json", ".", "RawMessage", "`json:\"file,omitempt...
// UnmarshalJSON deserializes into a AssetLogInfo instance
[ "UnmarshalJSON", "deserializes", "into", "a", "AssetLogInfo", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L782-L835
138,218
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewCameraUploadsPolicyChangedDetails
func NewCameraUploadsPolicyChangedDetails(NewValue *CameraUploadsPolicy, PreviousValue *CameraUploadsPolicy) *CameraUploadsPolicyChangedDetails { s := new(CameraUploadsPolicyChangedDetails) s.NewValue = NewValue s.PreviousValue = PreviousValue return s }
go
func NewCameraUploadsPolicyChangedDetails(NewValue *CameraUploadsPolicy, PreviousValue *CameraUploadsPolicy) *CameraUploadsPolicyChangedDetails { s := new(CameraUploadsPolicyChangedDetails) s.NewValue = NewValue s.PreviousValue = PreviousValue return s }
[ "func", "NewCameraUploadsPolicyChangedDetails", "(", "NewValue", "*", "CameraUploadsPolicy", ",", "PreviousValue", "*", "CameraUploadsPolicy", ")", "*", "CameraUploadsPolicyChangedDetails", "{", "s", ":=", "new", "(", "CameraUploadsPolicyChangedDetails", ")", "\n", "s", "...
// NewCameraUploadsPolicyChangedDetails returns a new CameraUploadsPolicyChangedDetails instance
[ "NewCameraUploadsPolicyChangedDetails", "returns", "a", "new", "CameraUploadsPolicyChangedDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L859-L864
138,219
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewCameraUploadsPolicyChangedType
func NewCameraUploadsPolicyChangedType(Description string) *CameraUploadsPolicyChangedType { s := new(CameraUploadsPolicyChangedType) s.Description = Description return s }
go
func NewCameraUploadsPolicyChangedType(Description string) *CameraUploadsPolicyChangedType { s := new(CameraUploadsPolicyChangedType) s.Description = Description return s }
[ "func", "NewCameraUploadsPolicyChangedType", "(", "Description", "string", ")", "*", "CameraUploadsPolicyChangedType", "{", "s", ":=", "new", "(", "CameraUploadsPolicyChangedType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}...
// NewCameraUploadsPolicyChangedType returns a new CameraUploadsPolicyChangedType instance
[ "NewCameraUploadsPolicyChangedType", "returns", "a", "new", "CameraUploadsPolicyChangedType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L873-L877
138,220
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewCertificate
func NewCertificate(Subject string, Issuer string, IssueDate string, ExpirationDate string, SerialNumber string, Sha1Fingerprint string) *Certificate { s := new(Certificate) s.Subject = Subject s.Issuer = Issuer s.IssueDate = IssueDate s.ExpirationDate = ExpirationDate s.SerialNumber = SerialNumber s.Sha1Fingerp...
go
func NewCertificate(Subject string, Issuer string, IssueDate string, ExpirationDate string, SerialNumber string, Sha1Fingerprint string) *Certificate { s := new(Certificate) s.Subject = Subject s.Issuer = Issuer s.IssueDate = IssueDate s.ExpirationDate = ExpirationDate s.SerialNumber = SerialNumber s.Sha1Fingerp...
[ "func", "NewCertificate", "(", "Subject", "string", ",", "Issuer", "string", ",", "IssueDate", "string", ",", "ExpirationDate", "string", ",", "SerialNumber", "string", ",", "Sha1Fingerprint", "string", ")", "*", "Certificate", "{", "s", ":=", "new", "(", "Cer...
// NewCertificate returns a new Certificate instance
[ "NewCertificate", "returns", "a", "new", "Certificate", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L898-L907
138,221
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewCollectionShareDetails
func NewCollectionShareDetails(AlbumName string) *CollectionShareDetails { s := new(CollectionShareDetails) s.AlbumName = AlbumName return s }
go
func NewCollectionShareDetails(AlbumName string) *CollectionShareDetails { s := new(CollectionShareDetails) s.AlbumName = AlbumName return s }
[ "func", "NewCollectionShareDetails", "(", "AlbumName", "string", ")", "*", "CollectionShareDetails", "{", "s", ":=", "new", "(", "CollectionShareDetails", ")", "\n", "s", ".", "AlbumName", "=", "AlbumName", "\n", "return", "s", "\n", "}" ]
// NewCollectionShareDetails returns a new CollectionShareDetails instance
[ "NewCollectionShareDetails", "returns", "a", "new", "CollectionShareDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L916-L920
138,222
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewCollectionShareType
func NewCollectionShareType(Description string) *CollectionShareType { s := new(CollectionShareType) s.Description = Description return s }
go
func NewCollectionShareType(Description string) *CollectionShareType { s := new(CollectionShareType) s.Description = Description return s }
[ "func", "NewCollectionShareType", "(", "Description", "string", ")", "*", "CollectionShareType", "{", "s", ":=", "new", "(", "CollectionShareType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewCollectionShareType returns a new CollectionShareType instance
[ "NewCollectionShareType", "returns", "a", "new", "CollectionShareType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L929-L933
138,223
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewCreateFolderType
func NewCreateFolderType(Description string) *CreateFolderType { s := new(CreateFolderType) s.Description = Description return s }
go
func NewCreateFolderType(Description string) *CreateFolderType { s := new(CreateFolderType) s.Description = Description return s }
[ "func", "NewCreateFolderType", "(", "Description", "string", ")", "*", "CreateFolderType", "{", "s", ":=", "new", "(", "CreateFolderType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewCreateFolderType returns a new CreateFolderType instance
[ "NewCreateFolderType", "returns", "a", "new", "CreateFolderType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1027-L1031
138,224
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDataPlacementRestrictionChangePolicyDetails
func NewDataPlacementRestrictionChangePolicyDetails(PreviousValue *PlacementRestriction, NewValue *PlacementRestriction) *DataPlacementRestrictionChangePolicyDetails { s := new(DataPlacementRestrictionChangePolicyDetails) s.PreviousValue = PreviousValue s.NewValue = NewValue return s }
go
func NewDataPlacementRestrictionChangePolicyDetails(PreviousValue *PlacementRestriction, NewValue *PlacementRestriction) *DataPlacementRestrictionChangePolicyDetails { s := new(DataPlacementRestrictionChangePolicyDetails) s.PreviousValue = PreviousValue s.NewValue = NewValue return s }
[ "func", "NewDataPlacementRestrictionChangePolicyDetails", "(", "PreviousValue", "*", "PlacementRestriction", ",", "NewValue", "*", "PlacementRestriction", ")", "*", "DataPlacementRestrictionChangePolicyDetails", "{", "s", ":=", "new", "(", "DataPlacementRestrictionChangePolicyDet...
// NewDataPlacementRestrictionChangePolicyDetails returns a new DataPlacementRestrictionChangePolicyDetails instance
[ "NewDataPlacementRestrictionChangePolicyDetails", "returns", "a", "new", "DataPlacementRestrictionChangePolicyDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1043-L1048
138,225
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDataPlacementRestrictionChangePolicyType
func NewDataPlacementRestrictionChangePolicyType(Description string) *DataPlacementRestrictionChangePolicyType { s := new(DataPlacementRestrictionChangePolicyType) s.Description = Description return s }
go
func NewDataPlacementRestrictionChangePolicyType(Description string) *DataPlacementRestrictionChangePolicyType { s := new(DataPlacementRestrictionChangePolicyType) s.Description = Description return s }
[ "func", "NewDataPlacementRestrictionChangePolicyType", "(", "Description", "string", ")", "*", "DataPlacementRestrictionChangePolicyType", "{", "s", ":=", "new", "(", "DataPlacementRestrictionChangePolicyType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", ...
// NewDataPlacementRestrictionChangePolicyType returns a new DataPlacementRestrictionChangePolicyType instance
[ "NewDataPlacementRestrictionChangePolicyType", "returns", "a", "new", "DataPlacementRestrictionChangePolicyType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1057-L1061
138,226
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDataPlacementRestrictionSatisfyPolicyDetails
func NewDataPlacementRestrictionSatisfyPolicyDetails(PlacementRestriction *PlacementRestriction) *DataPlacementRestrictionSatisfyPolicyDetails { s := new(DataPlacementRestrictionSatisfyPolicyDetails) s.PlacementRestriction = PlacementRestriction return s }
go
func NewDataPlacementRestrictionSatisfyPolicyDetails(PlacementRestriction *PlacementRestriction) *DataPlacementRestrictionSatisfyPolicyDetails { s := new(DataPlacementRestrictionSatisfyPolicyDetails) s.PlacementRestriction = PlacementRestriction return s }
[ "func", "NewDataPlacementRestrictionSatisfyPolicyDetails", "(", "PlacementRestriction", "*", "PlacementRestriction", ")", "*", "DataPlacementRestrictionSatisfyPolicyDetails", "{", "s", ":=", "new", "(", "DataPlacementRestrictionSatisfyPolicyDetails", ")", "\n", "s", ".", "Place...
// NewDataPlacementRestrictionSatisfyPolicyDetails returns a new DataPlacementRestrictionSatisfyPolicyDetails instance
[ "NewDataPlacementRestrictionSatisfyPolicyDetails", "returns", "a", "new", "DataPlacementRestrictionSatisfyPolicyDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1071-L1075
138,227
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDataPlacementRestrictionSatisfyPolicyType
func NewDataPlacementRestrictionSatisfyPolicyType(Description string) *DataPlacementRestrictionSatisfyPolicyType { s := new(DataPlacementRestrictionSatisfyPolicyType) s.Description = Description return s }
go
func NewDataPlacementRestrictionSatisfyPolicyType(Description string) *DataPlacementRestrictionSatisfyPolicyType { s := new(DataPlacementRestrictionSatisfyPolicyType) s.Description = Description return s }
[ "func", "NewDataPlacementRestrictionSatisfyPolicyType", "(", "Description", "string", ")", "*", "DataPlacementRestrictionSatisfyPolicyType", "{", "s", ":=", "new", "(", "DataPlacementRestrictionSatisfyPolicyType", ")", "\n", "s", ".", "Description", "=", "Description", "\n"...
// NewDataPlacementRestrictionSatisfyPolicyType returns a new DataPlacementRestrictionSatisfyPolicyType instance
[ "NewDataPlacementRestrictionSatisfyPolicyType", "returns", "a", "new", "DataPlacementRestrictionSatisfyPolicyType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1084-L1088
138,228
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
IsDeviceSessionLogInfoFromJSON
func IsDeviceSessionLogInfoFromJSON(data []byte) (IsDeviceSessionLogInfo, error) { var t deviceSessionLogInfoUnion if err := json.Unmarshal(data, &t); err != nil { return nil, err } switch t.Tag { case "desktop_device_session": return t.DesktopDeviceSession, nil case "mobile_device_session": return t.Mobil...
go
func IsDeviceSessionLogInfoFromJSON(data []byte) (IsDeviceSessionLogInfo, error) { var t deviceSessionLogInfoUnion if err := json.Unmarshal(data, &t); err != nil { return nil, err } switch t.Tag { case "desktop_device_session": return t.DesktopDeviceSession, nil case "mobile_device_session": return t.Mobil...
[ "func", "IsDeviceSessionLogInfoFromJSON", "(", "data", "[", "]", "byte", ")", "(", "IsDeviceSessionLogInfo", ",", "error", ")", "{", "var", "t", "deviceSessionLogInfoUnion", "\n", "if", "err", ":=", "json", ".", "Unmarshal", "(", "data", ",", "&", "t", ")", ...
// IsDeviceSessionLogInfoFromJSON converts JSON to a concrete IsDeviceSessionLogInfo instance
[ "IsDeviceSessionLogInfoFromJSON", "converts", "JSON", "to", "a", "concrete", "IsDeviceSessionLogInfo", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1186-L1206
138,229
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDesktopDeviceSessionLogInfo
func NewDesktopDeviceSessionLogInfo(HostName string, ClientType *team.DesktopPlatform, Platform string, IsDeleteOnUnlinkSupported bool) *DesktopDeviceSessionLogInfo { s := new(DesktopDeviceSessionLogInfo) s.HostName = HostName s.ClientType = ClientType s.Platform = Platform s.IsDeleteOnUnlinkSupported = IsDeleteOn...
go
func NewDesktopDeviceSessionLogInfo(HostName string, ClientType *team.DesktopPlatform, Platform string, IsDeleteOnUnlinkSupported bool) *DesktopDeviceSessionLogInfo { s := new(DesktopDeviceSessionLogInfo) s.HostName = HostName s.ClientType = ClientType s.Platform = Platform s.IsDeleteOnUnlinkSupported = IsDeleteOn...
[ "func", "NewDesktopDeviceSessionLogInfo", "(", "HostName", "string", ",", "ClientType", "*", "team", ".", "DesktopPlatform", ",", "Platform", "string", ",", "IsDeleteOnUnlinkSupported", "bool", ")", "*", "DesktopDeviceSessionLogInfo", "{", "s", ":=", "new", "(", "De...
// NewDesktopDeviceSessionLogInfo returns a new DesktopDeviceSessionLogInfo instance
[ "NewDesktopDeviceSessionLogInfo", "returns", "a", "new", "DesktopDeviceSessionLogInfo", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1229-L1236
138,230
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
UnmarshalJSON
func (u *sessionLogInfoUnion) UnmarshalJSON(body []byte) error { type wrap struct { dropbox.Tagged // Web : has no documentation (yet) Web json.RawMessage `json:"web,omitempty"` // Desktop : has no documentation (yet) Desktop json.RawMessage `json:"desktop,omitempty"` // Mobile : has no documentation (yet)...
go
func (u *sessionLogInfoUnion) UnmarshalJSON(body []byte) error { type wrap struct { dropbox.Tagged // Web : has no documentation (yet) Web json.RawMessage `json:"web,omitempty"` // Desktop : has no documentation (yet) Desktop json.RawMessage `json:"desktop,omitempty"` // Mobile : has no documentation (yet)...
[ "func", "(", "u", "*", "sessionLogInfoUnion", ")", "UnmarshalJSON", "(", "body", "[", "]", "byte", ")", "error", "{", "type", "wrap", "struct", "{", "dropbox", ".", "Tagged", "\n", "// Web : has no documentation (yet)", "Web", "json", ".", "RawMessage", "`json...
// UnmarshalJSON deserializes into a sessionLogInfoUnion instance
[ "UnmarshalJSON", "deserializes", "into", "a", "sessionLogInfoUnion", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1276-L1313
138,231
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
IsSessionLogInfoFromJSON
func IsSessionLogInfoFromJSON(data []byte) (IsSessionLogInfo, error) { var t sessionLogInfoUnion if err := json.Unmarshal(data, &t); err != nil { return nil, err } switch t.Tag { case "web": return t.Web, nil case "desktop": return t.Desktop, nil case "mobile": return t.Mobile, nil } return nil, nil...
go
func IsSessionLogInfoFromJSON(data []byte) (IsSessionLogInfo, error) { var t sessionLogInfoUnion if err := json.Unmarshal(data, &t); err != nil { return nil, err } switch t.Tag { case "web": return t.Web, nil case "desktop": return t.Desktop, nil case "mobile": return t.Mobile, nil } return nil, nil...
[ "func", "IsSessionLogInfoFromJSON", "(", "data", "[", "]", "byte", ")", "(", "IsSessionLogInfo", ",", "error", ")", "{", "var", "t", "sessionLogInfoUnion", "\n", "if", "err", ":=", "json", ".", "Unmarshal", "(", "data", ",", "&", "t", ")", ";", "err", ...
// IsSessionLogInfoFromJSON converts JSON to a concrete IsSessionLogInfo instance
[ "IsSessionLogInfoFromJSON", "converts", "JSON", "to", "a", "concrete", "IsSessionLogInfo", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1316-L1333
138,232
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDeviceApprovalsChangeDesktopPolicyType
func NewDeviceApprovalsChangeDesktopPolicyType(Description string) *DeviceApprovalsChangeDesktopPolicyType { s := new(DeviceApprovalsChangeDesktopPolicyType) s.Description = Description return s }
go
func NewDeviceApprovalsChangeDesktopPolicyType(Description string) *DeviceApprovalsChangeDesktopPolicyType { s := new(DeviceApprovalsChangeDesktopPolicyType) s.Description = Description return s }
[ "func", "NewDeviceApprovalsChangeDesktopPolicyType", "(", "Description", "string", ")", "*", "DeviceApprovalsChangeDesktopPolicyType", "{", "s", ":=", "new", "(", "DeviceApprovalsChangeDesktopPolicyType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "retu...
// NewDeviceApprovalsChangeDesktopPolicyType returns a new DeviceApprovalsChangeDesktopPolicyType instance
[ "NewDeviceApprovalsChangeDesktopPolicyType", "returns", "a", "new", "DeviceApprovalsChangeDesktopPolicyType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1370-L1374
138,233
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDeviceApprovalsChangeMobilePolicyType
func NewDeviceApprovalsChangeMobilePolicyType(Description string) *DeviceApprovalsChangeMobilePolicyType { s := new(DeviceApprovalsChangeMobilePolicyType) s.Description = Description return s }
go
func NewDeviceApprovalsChangeMobilePolicyType(Description string) *DeviceApprovalsChangeMobilePolicyType { s := new(DeviceApprovalsChangeMobilePolicyType) s.Description = Description return s }
[ "func", "NewDeviceApprovalsChangeMobilePolicyType", "(", "Description", "string", ")", "*", "DeviceApprovalsChangeMobilePolicyType", "{", "s", ":=", "new", "(", "DeviceApprovalsChangeMobilePolicyType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return"...
// NewDeviceApprovalsChangeMobilePolicyType returns a new DeviceApprovalsChangeMobilePolicyType instance
[ "NewDeviceApprovalsChangeMobilePolicyType", "returns", "a", "new", "DeviceApprovalsChangeMobilePolicyType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1400-L1404
138,234
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDeviceApprovalsChangeOverageActionType
func NewDeviceApprovalsChangeOverageActionType(Description string) *DeviceApprovalsChangeOverageActionType { s := new(DeviceApprovalsChangeOverageActionType) s.Description = Description return s }
go
func NewDeviceApprovalsChangeOverageActionType(Description string) *DeviceApprovalsChangeOverageActionType { s := new(DeviceApprovalsChangeOverageActionType) s.Description = Description return s }
[ "func", "NewDeviceApprovalsChangeOverageActionType", "(", "Description", "string", ")", "*", "DeviceApprovalsChangeOverageActionType", "{", "s", ":=", "new", "(", "DeviceApprovalsChangeOverageActionType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "retu...
// NewDeviceApprovalsChangeOverageActionType returns a new DeviceApprovalsChangeOverageActionType instance
[ "NewDeviceApprovalsChangeOverageActionType", "returns", "a", "new", "DeviceApprovalsChangeOverageActionType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1430-L1434
138,235
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDeviceApprovalsChangeUnlinkActionType
func NewDeviceApprovalsChangeUnlinkActionType(Description string) *DeviceApprovalsChangeUnlinkActionType { s := new(DeviceApprovalsChangeUnlinkActionType) s.Description = Description return s }
go
func NewDeviceApprovalsChangeUnlinkActionType(Description string) *DeviceApprovalsChangeUnlinkActionType { s := new(DeviceApprovalsChangeUnlinkActionType) s.Description = Description return s }
[ "func", "NewDeviceApprovalsChangeUnlinkActionType", "(", "Description", "string", ")", "*", "DeviceApprovalsChangeUnlinkActionType", "{", "s", ":=", "new", "(", "DeviceApprovalsChangeUnlinkActionType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return"...
// NewDeviceApprovalsChangeUnlinkActionType returns a new DeviceApprovalsChangeUnlinkActionType instance
[ "NewDeviceApprovalsChangeUnlinkActionType", "returns", "a", "new", "DeviceApprovalsChangeUnlinkActionType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1460-L1464
138,236
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDeviceChangeIpDesktopDetails
func NewDeviceChangeIpDesktopDetails(DeviceSessionInfo IsDeviceSessionLogInfo) *DeviceChangeIpDesktopDetails { s := new(DeviceChangeIpDesktopDetails) s.DeviceSessionInfo = DeviceSessionInfo return s }
go
func NewDeviceChangeIpDesktopDetails(DeviceSessionInfo IsDeviceSessionLogInfo) *DeviceChangeIpDesktopDetails { s := new(DeviceChangeIpDesktopDetails) s.DeviceSessionInfo = DeviceSessionInfo return s }
[ "func", "NewDeviceChangeIpDesktopDetails", "(", "DeviceSessionInfo", "IsDeviceSessionLogInfo", ")", "*", "DeviceChangeIpDesktopDetails", "{", "s", ":=", "new", "(", "DeviceChangeIpDesktopDetails", ")", "\n", "s", ".", "DeviceSessionInfo", "=", "DeviceSessionInfo", "\n", "...
// NewDeviceChangeIpDesktopDetails returns a new DeviceChangeIpDesktopDetails instance
[ "NewDeviceChangeIpDesktopDetails", "returns", "a", "new", "DeviceChangeIpDesktopDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1486-L1490
138,237
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
UnmarshalJSON
func (u *DeviceChangeIpDesktopDetails) UnmarshalJSON(b []byte) error { type wrap struct { // DeviceSessionInfo : Device's session logged information. DeviceSessionInfo json.RawMessage `json:"device_session_info"` } var w wrap if err := json.Unmarshal(b, &w); err != nil { return err } DeviceSessionInfo, err ...
go
func (u *DeviceChangeIpDesktopDetails) UnmarshalJSON(b []byte) error { type wrap struct { // DeviceSessionInfo : Device's session logged information. DeviceSessionInfo json.RawMessage `json:"device_session_info"` } var w wrap if err := json.Unmarshal(b, &w); err != nil { return err } DeviceSessionInfo, err ...
[ "func", "(", "u", "*", "DeviceChangeIpDesktopDetails", ")", "UnmarshalJSON", "(", "b", "[", "]", "byte", ")", "error", "{", "type", "wrap", "struct", "{", "// DeviceSessionInfo : Device's session logged information.", "DeviceSessionInfo", "json", ".", "RawMessage", "`...
// UnmarshalJSON deserializes into a DeviceChangeIpDesktopDetails instance
[ "UnmarshalJSON", "deserializes", "into", "a", "DeviceChangeIpDesktopDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1493-L1508
138,238
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDeviceChangeIpDesktopType
func NewDeviceChangeIpDesktopType(Description string) *DeviceChangeIpDesktopType { s := new(DeviceChangeIpDesktopType) s.Description = Description return s }
go
func NewDeviceChangeIpDesktopType(Description string) *DeviceChangeIpDesktopType { s := new(DeviceChangeIpDesktopType) s.Description = Description return s }
[ "func", "NewDeviceChangeIpDesktopType", "(", "Description", "string", ")", "*", "DeviceChangeIpDesktopType", "{", "s", ":=", "new", "(", "DeviceChangeIpDesktopType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewDeviceChangeIpDesktopType returns a new DeviceChangeIpDesktopType instance
[ "NewDeviceChangeIpDesktopType", "returns", "a", "new", "DeviceChangeIpDesktopType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1517-L1521
138,239
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDeviceChangeIpMobileType
func NewDeviceChangeIpMobileType(Description string) *DeviceChangeIpMobileType { s := new(DeviceChangeIpMobileType) s.Description = Description return s }
go
func NewDeviceChangeIpMobileType(Description string) *DeviceChangeIpMobileType { s := new(DeviceChangeIpMobileType) s.Description = Description return s }
[ "func", "NewDeviceChangeIpMobileType", "(", "Description", "string", ")", "*", "DeviceChangeIpMobileType", "{", "s", ":=", "new", "(", "DeviceChangeIpMobileType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewDeviceChangeIpMobileType returns a new DeviceChangeIpMobileType instance
[ "NewDeviceChangeIpMobileType", "returns", "a", "new", "DeviceChangeIpMobileType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1543-L1547
138,240
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDeviceChangeIpWebDetails
func NewDeviceChangeIpWebDetails(UserAgent string) *DeviceChangeIpWebDetails { s := new(DeviceChangeIpWebDetails) s.UserAgent = UserAgent return s }
go
func NewDeviceChangeIpWebDetails(UserAgent string) *DeviceChangeIpWebDetails { s := new(DeviceChangeIpWebDetails) s.UserAgent = UserAgent return s }
[ "func", "NewDeviceChangeIpWebDetails", "(", "UserAgent", "string", ")", "*", "DeviceChangeIpWebDetails", "{", "s", ":=", "new", "(", "DeviceChangeIpWebDetails", ")", "\n", "s", ".", "UserAgent", "=", "UserAgent", "\n", "return", "s", "\n", "}" ]
// NewDeviceChangeIpWebDetails returns a new DeviceChangeIpWebDetails instance
[ "NewDeviceChangeIpWebDetails", "returns", "a", "new", "DeviceChangeIpWebDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1557-L1561
138,241
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDeviceChangeIpWebType
func NewDeviceChangeIpWebType(Description string) *DeviceChangeIpWebType { s := new(DeviceChangeIpWebType) s.Description = Description return s }
go
func NewDeviceChangeIpWebType(Description string) *DeviceChangeIpWebType { s := new(DeviceChangeIpWebType) s.Description = Description return s }
[ "func", "NewDeviceChangeIpWebType", "(", "Description", "string", ")", "*", "DeviceChangeIpWebType", "{", "s", ":=", "new", "(", "DeviceChangeIpWebType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewDeviceChangeIpWebType returns a new DeviceChangeIpWebType instance
[ "NewDeviceChangeIpWebType", "returns", "a", "new", "DeviceChangeIpWebType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1570-L1574
138,242
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDeviceDeleteOnUnlinkFailDetails
func NewDeviceDeleteOnUnlinkFailDetails(NumFailures int64) *DeviceDeleteOnUnlinkFailDetails { s := new(DeviceDeleteOnUnlinkFailDetails) s.NumFailures = NumFailures return s }
go
func NewDeviceDeleteOnUnlinkFailDetails(NumFailures int64) *DeviceDeleteOnUnlinkFailDetails { s := new(DeviceDeleteOnUnlinkFailDetails) s.NumFailures = NumFailures return s }
[ "func", "NewDeviceDeleteOnUnlinkFailDetails", "(", "NumFailures", "int64", ")", "*", "DeviceDeleteOnUnlinkFailDetails", "{", "s", ":=", "new", "(", "DeviceDeleteOnUnlinkFailDetails", ")", "\n", "s", ".", "NumFailures", "=", "NumFailures", "\n", "return", "s", "\n", ...
// NewDeviceDeleteOnUnlinkFailDetails returns a new DeviceDeleteOnUnlinkFailDetails instance
[ "NewDeviceDeleteOnUnlinkFailDetails", "returns", "a", "new", "DeviceDeleteOnUnlinkFailDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1590-L1594
138,243
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDeviceDeleteOnUnlinkFailType
func NewDeviceDeleteOnUnlinkFailType(Description string) *DeviceDeleteOnUnlinkFailType { s := new(DeviceDeleteOnUnlinkFailType) s.Description = Description return s }
go
func NewDeviceDeleteOnUnlinkFailType(Description string) *DeviceDeleteOnUnlinkFailType { s := new(DeviceDeleteOnUnlinkFailType) s.Description = Description return s }
[ "func", "NewDeviceDeleteOnUnlinkFailType", "(", "Description", "string", ")", "*", "DeviceDeleteOnUnlinkFailType", "{", "s", ":=", "new", "(", "DeviceDeleteOnUnlinkFailType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewDeviceDeleteOnUnlinkFailType returns a new DeviceDeleteOnUnlinkFailType instance
[ "NewDeviceDeleteOnUnlinkFailType", "returns", "a", "new", "DeviceDeleteOnUnlinkFailType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1603-L1607
138,244
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDeviceDeleteOnUnlinkSuccessType
func NewDeviceDeleteOnUnlinkSuccessType(Description string) *DeviceDeleteOnUnlinkSuccessType { s := new(DeviceDeleteOnUnlinkSuccessType) s.Description = Description return s }
go
func NewDeviceDeleteOnUnlinkSuccessType(Description string) *DeviceDeleteOnUnlinkSuccessType { s := new(DeviceDeleteOnUnlinkSuccessType) s.Description = Description return s }
[ "func", "NewDeviceDeleteOnUnlinkSuccessType", "(", "Description", "string", ")", "*", "DeviceDeleteOnUnlinkSuccessType", "{", "s", ":=", "new", "(", "DeviceDeleteOnUnlinkSuccessType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", ...
// NewDeviceDeleteOnUnlinkSuccessType returns a new DeviceDeleteOnUnlinkSuccessType instance
[ "NewDeviceDeleteOnUnlinkSuccessType", "returns", "a", "new", "DeviceDeleteOnUnlinkSuccessType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1632-L1636
138,245
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDeviceLinkFailDetails
func NewDeviceLinkFailDetails(DeviceType *DeviceType) *DeviceLinkFailDetails { s := new(DeviceLinkFailDetails) s.DeviceType = DeviceType return s }
go
func NewDeviceLinkFailDetails(DeviceType *DeviceType) *DeviceLinkFailDetails { s := new(DeviceLinkFailDetails) s.DeviceType = DeviceType return s }
[ "func", "NewDeviceLinkFailDetails", "(", "DeviceType", "*", "DeviceType", ")", "*", "DeviceLinkFailDetails", "{", "s", ":=", "new", "(", "DeviceLinkFailDetails", ")", "\n", "s", ".", "DeviceType", "=", "DeviceType", "\n", "return", "s", "\n", "}" ]
// NewDeviceLinkFailDetails returns a new DeviceLinkFailDetails instance
[ "NewDeviceLinkFailDetails", "returns", "a", "new", "DeviceLinkFailDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1648-L1652
138,246
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDeviceLinkFailType
func NewDeviceLinkFailType(Description string) *DeviceLinkFailType { s := new(DeviceLinkFailType) s.Description = Description return s }
go
func NewDeviceLinkFailType(Description string) *DeviceLinkFailType { s := new(DeviceLinkFailType) s.Description = Description return s }
[ "func", "NewDeviceLinkFailType", "(", "Description", "string", ")", "*", "DeviceLinkFailType", "{", "s", ":=", "new", "(", "DeviceLinkFailType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewDeviceLinkFailType returns a new DeviceLinkFailType instance
[ "NewDeviceLinkFailType", "returns", "a", "new", "DeviceLinkFailType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1661-L1665
138,247
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDeviceLinkSuccessType
func NewDeviceLinkSuccessType(Description string) *DeviceLinkSuccessType { s := new(DeviceLinkSuccessType) s.Description = Description return s }
go
func NewDeviceLinkSuccessType(Description string) *DeviceLinkSuccessType { s := new(DeviceLinkSuccessType) s.Description = Description return s }
[ "func", "NewDeviceLinkSuccessType", "(", "Description", "string", ")", "*", "DeviceLinkSuccessType", "{", "s", ":=", "new", "(", "DeviceLinkSuccessType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewDeviceLinkSuccessType returns a new DeviceLinkSuccessType instance
[ "NewDeviceLinkSuccessType", "returns", "a", "new", "DeviceLinkSuccessType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1686-L1690
138,248
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDeviceManagementDisabledType
func NewDeviceManagementDisabledType(Description string) *DeviceManagementDisabledType { s := new(DeviceManagementDisabledType) s.Description = Description return s }
go
func NewDeviceManagementDisabledType(Description string) *DeviceManagementDisabledType { s := new(DeviceManagementDisabledType) s.Description = Description return s }
[ "func", "NewDeviceManagementDisabledType", "(", "Description", "string", ")", "*", "DeviceManagementDisabledType", "{", "s", ":=", "new", "(", "DeviceManagementDisabledType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewDeviceManagementDisabledType returns a new DeviceManagementDisabledType instance
[ "NewDeviceManagementDisabledType", "returns", "a", "new", "DeviceManagementDisabledType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1709-L1713
138,249
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDeviceManagementEnabledType
func NewDeviceManagementEnabledType(Description string) *DeviceManagementEnabledType { s := new(DeviceManagementEnabledType) s.Description = Description return s }
go
func NewDeviceManagementEnabledType(Description string) *DeviceManagementEnabledType { s := new(DeviceManagementEnabledType) s.Description = Description return s }
[ "func", "NewDeviceManagementEnabledType", "(", "Description", "string", ")", "*", "DeviceManagementEnabledType", "{", "s", ":=", "new", "(", "DeviceManagementEnabledType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewDeviceManagementEnabledType returns a new DeviceManagementEnabledType instance
[ "NewDeviceManagementEnabledType", "returns", "a", "new", "DeviceManagementEnabledType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1732-L1736
138,250
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDeviceUnlinkDetails
func NewDeviceUnlinkDetails(DeleteData bool) *DeviceUnlinkDetails { s := new(DeviceUnlinkDetails) s.DeleteData = DeleteData return s }
go
func NewDeviceUnlinkDetails(DeleteData bool) *DeviceUnlinkDetails { s := new(DeviceUnlinkDetails) s.DeleteData = DeleteData return s }
[ "func", "NewDeviceUnlinkDetails", "(", "DeleteData", "bool", ")", "*", "DeviceUnlinkDetails", "{", "s", ":=", "new", "(", "DeviceUnlinkDetails", ")", "\n", "s", ".", "DeleteData", "=", "DeleteData", "\n", "return", "s", "\n", "}" ]
// NewDeviceUnlinkDetails returns a new DeviceUnlinkDetails instance
[ "NewDeviceUnlinkDetails", "returns", "a", "new", "DeviceUnlinkDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1763-L1767
138,251
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDeviceUnlinkType
func NewDeviceUnlinkType(Description string) *DeviceUnlinkType { s := new(DeviceUnlinkType) s.Description = Description return s }
go
func NewDeviceUnlinkType(Description string) *DeviceUnlinkType { s := new(DeviceUnlinkType) s.Description = Description return s }
[ "func", "NewDeviceUnlinkType", "(", "Description", "string", ")", "*", "DeviceUnlinkType", "{", "s", ":=", "new", "(", "DeviceUnlinkType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewDeviceUnlinkType returns a new DeviceUnlinkType instance
[ "NewDeviceUnlinkType", "returns", "a", "new", "DeviceUnlinkType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1788-L1792
138,252
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDirectoryRestrictionsAddMembersType
func NewDirectoryRestrictionsAddMembersType(Description string) *DirectoryRestrictionsAddMembersType { s := new(DirectoryRestrictionsAddMembersType) s.Description = Description return s }
go
func NewDirectoryRestrictionsAddMembersType(Description string) *DirectoryRestrictionsAddMembersType { s := new(DirectoryRestrictionsAddMembersType) s.Description = Description return s }
[ "func", "NewDirectoryRestrictionsAddMembersType", "(", "Description", "string", ")", "*", "DirectoryRestrictionsAddMembersType", "{", "s", ":=", "new", "(", "DirectoryRestrictionsAddMembersType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s...
// NewDirectoryRestrictionsAddMembersType returns a new DirectoryRestrictionsAddMembersType instance
[ "NewDirectoryRestrictionsAddMembersType", "returns", "a", "new", "DirectoryRestrictionsAddMembersType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1812-L1816
138,253
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDirectoryRestrictionsRemoveMembersType
func NewDirectoryRestrictionsRemoveMembersType(Description string) *DirectoryRestrictionsRemoveMembersType { s := new(DirectoryRestrictionsRemoveMembersType) s.Description = Description return s }
go
func NewDirectoryRestrictionsRemoveMembersType(Description string) *DirectoryRestrictionsRemoveMembersType { s := new(DirectoryRestrictionsRemoveMembersType) s.Description = Description return s }
[ "func", "NewDirectoryRestrictionsRemoveMembersType", "(", "Description", "string", ")", "*", "DirectoryRestrictionsRemoveMembersType", "{", "s", ":=", "new", "(", "DirectoryRestrictionsRemoveMembersType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "retu...
// NewDirectoryRestrictionsRemoveMembersType returns a new DirectoryRestrictionsRemoveMembersType instance
[ "NewDirectoryRestrictionsRemoveMembersType", "returns", "a", "new", "DirectoryRestrictionsRemoveMembersType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1836-L1840
138,254
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDisabledDomainInvitesType
func NewDisabledDomainInvitesType(Description string) *DisabledDomainInvitesType { s := new(DisabledDomainInvitesType) s.Description = Description return s }
go
func NewDisabledDomainInvitesType(Description string) *DisabledDomainInvitesType { s := new(DisabledDomainInvitesType) s.Description = Description return s }
[ "func", "NewDisabledDomainInvitesType", "(", "Description", "string", ")", "*", "DisabledDomainInvitesType", "{", "s", ":=", "new", "(", "DisabledDomainInvitesType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewDisabledDomainInvitesType returns a new DisabledDomainInvitesType instance
[ "NewDisabledDomainInvitesType", "returns", "a", "new", "DisabledDomainInvitesType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1859-L1863
138,255
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDomainInvitesApproveRequestToJoinTeamType
func NewDomainInvitesApproveRequestToJoinTeamType(Description string) *DomainInvitesApproveRequestToJoinTeamType { s := new(DomainInvitesApproveRequestToJoinTeamType) s.Description = Description return s }
go
func NewDomainInvitesApproveRequestToJoinTeamType(Description string) *DomainInvitesApproveRequestToJoinTeamType { s := new(DomainInvitesApproveRequestToJoinTeamType) s.Description = Description return s }
[ "func", "NewDomainInvitesApproveRequestToJoinTeamType", "(", "Description", "string", ")", "*", "DomainInvitesApproveRequestToJoinTeamType", "{", "s", ":=", "new", "(", "DomainInvitesApproveRequestToJoinTeamType", ")", "\n", "s", ".", "Description", "=", "Description", "\n"...
// NewDomainInvitesApproveRequestToJoinTeamType returns a new DomainInvitesApproveRequestToJoinTeamType instance
[ "NewDomainInvitesApproveRequestToJoinTeamType", "returns", "a", "new", "DomainInvitesApproveRequestToJoinTeamType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1883-L1887
138,256
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDomainInvitesDeclineRequestToJoinTeamType
func NewDomainInvitesDeclineRequestToJoinTeamType(Description string) *DomainInvitesDeclineRequestToJoinTeamType { s := new(DomainInvitesDeclineRequestToJoinTeamType) s.Description = Description return s }
go
func NewDomainInvitesDeclineRequestToJoinTeamType(Description string) *DomainInvitesDeclineRequestToJoinTeamType { s := new(DomainInvitesDeclineRequestToJoinTeamType) s.Description = Description return s }
[ "func", "NewDomainInvitesDeclineRequestToJoinTeamType", "(", "Description", "string", ")", "*", "DomainInvitesDeclineRequestToJoinTeamType", "{", "s", ":=", "new", "(", "DomainInvitesDeclineRequestToJoinTeamType", ")", "\n", "s", ".", "Description", "=", "Description", "\n"...
// NewDomainInvitesDeclineRequestToJoinTeamType returns a new DomainInvitesDeclineRequestToJoinTeamType instance
[ "NewDomainInvitesDeclineRequestToJoinTeamType", "returns", "a", "new", "DomainInvitesDeclineRequestToJoinTeamType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1907-L1911
138,257
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDomainInvitesEmailExistingUsersDetails
func NewDomainInvitesEmailExistingUsersDetails(DomainName string, NumRecipients uint64) *DomainInvitesEmailExistingUsersDetails { s := new(DomainInvitesEmailExistingUsersDetails) s.DomainName = DomainName s.NumRecipients = NumRecipients return s }
go
func NewDomainInvitesEmailExistingUsersDetails(DomainName string, NumRecipients uint64) *DomainInvitesEmailExistingUsersDetails { s := new(DomainInvitesEmailExistingUsersDetails) s.DomainName = DomainName s.NumRecipients = NumRecipients return s }
[ "func", "NewDomainInvitesEmailExistingUsersDetails", "(", "DomainName", "string", ",", "NumRecipients", "uint64", ")", "*", "DomainInvitesEmailExistingUsersDetails", "{", "s", ":=", "new", "(", "DomainInvitesEmailExistingUsersDetails", ")", "\n", "s", ".", "DomainName", "...
// NewDomainInvitesEmailExistingUsersDetails returns a new DomainInvitesEmailExistingUsersDetails instance
[ "NewDomainInvitesEmailExistingUsersDetails", "returns", "a", "new", "DomainInvitesEmailExistingUsersDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1923-L1928
138,258
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDomainInvitesEmailExistingUsersType
func NewDomainInvitesEmailExistingUsersType(Description string) *DomainInvitesEmailExistingUsersType { s := new(DomainInvitesEmailExistingUsersType) s.Description = Description return s }
go
func NewDomainInvitesEmailExistingUsersType(Description string) *DomainInvitesEmailExistingUsersType { s := new(DomainInvitesEmailExistingUsersType) s.Description = Description return s }
[ "func", "NewDomainInvitesEmailExistingUsersType", "(", "Description", "string", ")", "*", "DomainInvitesEmailExistingUsersType", "{", "s", ":=", "new", "(", "DomainInvitesEmailExistingUsersType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s...
// NewDomainInvitesEmailExistingUsersType returns a new DomainInvitesEmailExistingUsersType instance
[ "NewDomainInvitesEmailExistingUsersType", "returns", "a", "new", "DomainInvitesEmailExistingUsersType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1937-L1941
138,259
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDomainInvitesRequestToJoinTeamType
func NewDomainInvitesRequestToJoinTeamType(Description string) *DomainInvitesRequestToJoinTeamType { s := new(DomainInvitesRequestToJoinTeamType) s.Description = Description return s }
go
func NewDomainInvitesRequestToJoinTeamType(Description string) *DomainInvitesRequestToJoinTeamType { s := new(DomainInvitesRequestToJoinTeamType) s.Description = Description return s }
[ "func", "NewDomainInvitesRequestToJoinTeamType", "(", "Description", "string", ")", "*", "DomainInvitesRequestToJoinTeamType", "{", "s", ":=", "new", "(", "DomainInvitesRequestToJoinTeamType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", ...
// NewDomainInvitesRequestToJoinTeamType returns a new DomainInvitesRequestToJoinTeamType instance
[ "NewDomainInvitesRequestToJoinTeamType", "returns", "a", "new", "DomainInvitesRequestToJoinTeamType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1960-L1964
138,260
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDomainInvitesSetInviteNewUserPrefToNoType
func NewDomainInvitesSetInviteNewUserPrefToNoType(Description string) *DomainInvitesSetInviteNewUserPrefToNoType { s := new(DomainInvitesSetInviteNewUserPrefToNoType) s.Description = Description return s }
go
func NewDomainInvitesSetInviteNewUserPrefToNoType(Description string) *DomainInvitesSetInviteNewUserPrefToNoType { s := new(DomainInvitesSetInviteNewUserPrefToNoType) s.Description = Description return s }
[ "func", "NewDomainInvitesSetInviteNewUserPrefToNoType", "(", "Description", "string", ")", "*", "DomainInvitesSetInviteNewUserPrefToNoType", "{", "s", ":=", "new", "(", "DomainInvitesSetInviteNewUserPrefToNoType", ")", "\n", "s", ".", "Description", "=", "Description", "\n"...
// NewDomainInvitesSetInviteNewUserPrefToNoType returns a new DomainInvitesSetInviteNewUserPrefToNoType instance
[ "NewDomainInvitesSetInviteNewUserPrefToNoType", "returns", "a", "new", "DomainInvitesSetInviteNewUserPrefToNoType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L1984-L1988
138,261
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDomainInvitesSetInviteNewUserPrefToYesType
func NewDomainInvitesSetInviteNewUserPrefToYesType(Description string) *DomainInvitesSetInviteNewUserPrefToYesType { s := new(DomainInvitesSetInviteNewUserPrefToYesType) s.Description = Description return s }
go
func NewDomainInvitesSetInviteNewUserPrefToYesType(Description string) *DomainInvitesSetInviteNewUserPrefToYesType { s := new(DomainInvitesSetInviteNewUserPrefToYesType) s.Description = Description return s }
[ "func", "NewDomainInvitesSetInviteNewUserPrefToYesType", "(", "Description", "string", ")", "*", "DomainInvitesSetInviteNewUserPrefToYesType", "{", "s", ":=", "new", "(", "DomainInvitesSetInviteNewUserPrefToYesType", ")", "\n", "s", ".", "Description", "=", "Description", "...
// NewDomainInvitesSetInviteNewUserPrefToYesType returns a new DomainInvitesSetInviteNewUserPrefToYesType instance
[ "NewDomainInvitesSetInviteNewUserPrefToYesType", "returns", "a", "new", "DomainInvitesSetInviteNewUserPrefToYesType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L2008-L2012
138,262
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDomainVerificationAddDomainFailDetails
func NewDomainVerificationAddDomainFailDetails(DomainName string) *DomainVerificationAddDomainFailDetails { s := new(DomainVerificationAddDomainFailDetails) s.DomainName = DomainName return s }
go
func NewDomainVerificationAddDomainFailDetails(DomainName string) *DomainVerificationAddDomainFailDetails { s := new(DomainVerificationAddDomainFailDetails) s.DomainName = DomainName return s }
[ "func", "NewDomainVerificationAddDomainFailDetails", "(", "DomainName", "string", ")", "*", "DomainVerificationAddDomainFailDetails", "{", "s", ":=", "new", "(", "DomainVerificationAddDomainFailDetails", ")", "\n", "s", ".", "DomainName", "=", "DomainName", "\n", "return"...
// NewDomainVerificationAddDomainFailDetails returns a new DomainVerificationAddDomainFailDetails instance
[ "NewDomainVerificationAddDomainFailDetails", "returns", "a", "new", "DomainVerificationAddDomainFailDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L2024-L2028
138,263
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDomainVerificationAddDomainFailType
func NewDomainVerificationAddDomainFailType(Description string) *DomainVerificationAddDomainFailType { s := new(DomainVerificationAddDomainFailType) s.Description = Description return s }
go
func NewDomainVerificationAddDomainFailType(Description string) *DomainVerificationAddDomainFailType { s := new(DomainVerificationAddDomainFailType) s.Description = Description return s }
[ "func", "NewDomainVerificationAddDomainFailType", "(", "Description", "string", ")", "*", "DomainVerificationAddDomainFailType", "{", "s", ":=", "new", "(", "DomainVerificationAddDomainFailType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s...
// NewDomainVerificationAddDomainFailType returns a new DomainVerificationAddDomainFailType instance
[ "NewDomainVerificationAddDomainFailType", "returns", "a", "new", "DomainVerificationAddDomainFailType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L2037-L2041
138,264
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDomainVerificationAddDomainSuccessDetails
func NewDomainVerificationAddDomainSuccessDetails(DomainNames []string) *DomainVerificationAddDomainSuccessDetails { s := new(DomainVerificationAddDomainSuccessDetails) s.DomainNames = DomainNames return s }
go
func NewDomainVerificationAddDomainSuccessDetails(DomainNames []string) *DomainVerificationAddDomainSuccessDetails { s := new(DomainVerificationAddDomainSuccessDetails) s.DomainNames = DomainNames return s }
[ "func", "NewDomainVerificationAddDomainSuccessDetails", "(", "DomainNames", "[", "]", "string", ")", "*", "DomainVerificationAddDomainSuccessDetails", "{", "s", ":=", "new", "(", "DomainVerificationAddDomainSuccessDetails", ")", "\n", "s", ".", "DomainNames", "=", "Domain...
// NewDomainVerificationAddDomainSuccessDetails returns a new DomainVerificationAddDomainSuccessDetails instance
[ "NewDomainVerificationAddDomainSuccessDetails", "returns", "a", "new", "DomainVerificationAddDomainSuccessDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L2053-L2057
138,265
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDomainVerificationAddDomainSuccessType
func NewDomainVerificationAddDomainSuccessType(Description string) *DomainVerificationAddDomainSuccessType { s := new(DomainVerificationAddDomainSuccessType) s.Description = Description return s }
go
func NewDomainVerificationAddDomainSuccessType(Description string) *DomainVerificationAddDomainSuccessType { s := new(DomainVerificationAddDomainSuccessType) s.Description = Description return s }
[ "func", "NewDomainVerificationAddDomainSuccessType", "(", "Description", "string", ")", "*", "DomainVerificationAddDomainSuccessType", "{", "s", ":=", "new", "(", "DomainVerificationAddDomainSuccessType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "retu...
// NewDomainVerificationAddDomainSuccessType returns a new DomainVerificationAddDomainSuccessType instance
[ "NewDomainVerificationAddDomainSuccessType", "returns", "a", "new", "DomainVerificationAddDomainSuccessType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L2066-L2070
138,266
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDomainVerificationRemoveDomainDetails
func NewDomainVerificationRemoveDomainDetails(DomainNames []string) *DomainVerificationRemoveDomainDetails { s := new(DomainVerificationRemoveDomainDetails) s.DomainNames = DomainNames return s }
go
func NewDomainVerificationRemoveDomainDetails(DomainNames []string) *DomainVerificationRemoveDomainDetails { s := new(DomainVerificationRemoveDomainDetails) s.DomainNames = DomainNames return s }
[ "func", "NewDomainVerificationRemoveDomainDetails", "(", "DomainNames", "[", "]", "string", ")", "*", "DomainVerificationRemoveDomainDetails", "{", "s", ":=", "new", "(", "DomainVerificationRemoveDomainDetails", ")", "\n", "s", ".", "DomainNames", "=", "DomainNames", "\...
// NewDomainVerificationRemoveDomainDetails returns a new DomainVerificationRemoveDomainDetails instance
[ "NewDomainVerificationRemoveDomainDetails", "returns", "a", "new", "DomainVerificationRemoveDomainDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L2080-L2084
138,267
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDomainVerificationRemoveDomainType
func NewDomainVerificationRemoveDomainType(Description string) *DomainVerificationRemoveDomainType { s := new(DomainVerificationRemoveDomainType) s.Description = Description return s }
go
func NewDomainVerificationRemoveDomainType(Description string) *DomainVerificationRemoveDomainType { s := new(DomainVerificationRemoveDomainType) s.Description = Description return s }
[ "func", "NewDomainVerificationRemoveDomainType", "(", "Description", "string", ")", "*", "DomainVerificationRemoveDomainType", "{", "s", ":=", "new", "(", "DomainVerificationRemoveDomainType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", ...
// NewDomainVerificationRemoveDomainType returns a new DomainVerificationRemoveDomainType instance
[ "NewDomainVerificationRemoveDomainType", "returns", "a", "new", "DomainVerificationRemoveDomainType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L2093-L2097
138,268
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewDurationLogInfo
func NewDurationLogInfo(Unit *TimeUnit, Amount uint64) *DurationLogInfo { s := new(DurationLogInfo) s.Unit = Unit s.Amount = Amount return s }
go
func NewDurationLogInfo(Unit *TimeUnit, Amount uint64) *DurationLogInfo { s := new(DurationLogInfo) s.Unit = Unit s.Amount = Amount return s }
[ "func", "NewDurationLogInfo", "(", "Unit", "*", "TimeUnit", ",", "Amount", "uint64", ")", "*", "DurationLogInfo", "{", "s", ":=", "new", "(", "DurationLogInfo", ")", "\n", "s", ".", "Unit", "=", "Unit", "\n", "s", ".", "Amount", "=", "Amount", "\n", "r...
// NewDurationLogInfo returns a new DurationLogInfo instance
[ "NewDurationLogInfo", "returns", "a", "new", "DurationLogInfo", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L2120-L2125
138,269
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewEmmAddExceptionType
func NewEmmAddExceptionType(Description string) *EmmAddExceptionType { s := new(EmmAddExceptionType) s.Description = Description return s }
go
func NewEmmAddExceptionType(Description string) *EmmAddExceptionType { s := new(EmmAddExceptionType) s.Description = Description return s }
[ "func", "NewEmmAddExceptionType", "(", "Description", "string", ")", "*", "EmmAddExceptionType", "{", "s", ":=", "new", "(", "EmmAddExceptionType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewEmmAddExceptionType returns a new EmmAddExceptionType instance
[ "NewEmmAddExceptionType", "returns", "a", "new", "EmmAddExceptionType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L2144-L2148
138,270
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewEmmChangePolicyDetails
func NewEmmChangePolicyDetails(NewValue *team_policies.EmmState) *EmmChangePolicyDetails { s := new(EmmChangePolicyDetails) s.NewValue = NewValue return s }
go
func NewEmmChangePolicyDetails(NewValue *team_policies.EmmState) *EmmChangePolicyDetails { s := new(EmmChangePolicyDetails) s.NewValue = NewValue return s }
[ "func", "NewEmmChangePolicyDetails", "(", "NewValue", "*", "team_policies", ".", "EmmState", ")", "*", "EmmChangePolicyDetails", "{", "s", ":=", "new", "(", "EmmChangePolicyDetails", ")", "\n", "s", ".", "NewValue", "=", "NewValue", "\n", "return", "s", "\n", ...
// NewEmmChangePolicyDetails returns a new EmmChangePolicyDetails instance
[ "NewEmmChangePolicyDetails", "returns", "a", "new", "EmmChangePolicyDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L2161-L2165
138,271
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewEmmChangePolicyType
func NewEmmChangePolicyType(Description string) *EmmChangePolicyType { s := new(EmmChangePolicyType) s.Description = Description return s }
go
func NewEmmChangePolicyType(Description string) *EmmChangePolicyType { s := new(EmmChangePolicyType) s.Description = Description return s }
[ "func", "NewEmmChangePolicyType", "(", "Description", "string", ")", "*", "EmmChangePolicyType", "{", "s", ":=", "new", "(", "EmmChangePolicyType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewEmmChangePolicyType returns a new EmmChangePolicyType instance
[ "NewEmmChangePolicyType", "returns", "a", "new", "EmmChangePolicyType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L2174-L2178
138,272
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewEmmCreateExceptionsReportType
func NewEmmCreateExceptionsReportType(Description string) *EmmCreateExceptionsReportType { s := new(EmmCreateExceptionsReportType) s.Description = Description return s }
go
func NewEmmCreateExceptionsReportType(Description string) *EmmCreateExceptionsReportType { s := new(EmmCreateExceptionsReportType) s.Description = Description return s }
[ "func", "NewEmmCreateExceptionsReportType", "(", "Description", "string", ")", "*", "EmmCreateExceptionsReportType", "{", "s", ":=", "new", "(", "EmmCreateExceptionsReportType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewEmmCreateExceptionsReportType returns a new EmmCreateExceptionsReportType instance
[ "NewEmmCreateExceptionsReportType", "returns", "a", "new", "EmmCreateExceptionsReportType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L2197-L2201
138,273
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewEmmCreateUsageReportType
func NewEmmCreateUsageReportType(Description string) *EmmCreateUsageReportType { s := new(EmmCreateUsageReportType) s.Description = Description return s }
go
func NewEmmCreateUsageReportType(Description string) *EmmCreateUsageReportType { s := new(EmmCreateUsageReportType) s.Description = Description return s }
[ "func", "NewEmmCreateUsageReportType", "(", "Description", "string", ")", "*", "EmmCreateUsageReportType", "{", "s", ":=", "new", "(", "EmmCreateUsageReportType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewEmmCreateUsageReportType returns a new EmmCreateUsageReportType instance
[ "NewEmmCreateUsageReportType", "returns", "a", "new", "EmmCreateUsageReportType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L2220-L2224
138,274
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewEmmErrorDetails
func NewEmmErrorDetails(ErrorDetails *FailureDetailsLogInfo) *EmmErrorDetails { s := new(EmmErrorDetails) s.ErrorDetails = ErrorDetails return s }
go
func NewEmmErrorDetails(ErrorDetails *FailureDetailsLogInfo) *EmmErrorDetails { s := new(EmmErrorDetails) s.ErrorDetails = ErrorDetails return s }
[ "func", "NewEmmErrorDetails", "(", "ErrorDetails", "*", "FailureDetailsLogInfo", ")", "*", "EmmErrorDetails", "{", "s", ":=", "new", "(", "EmmErrorDetails", ")", "\n", "s", ".", "ErrorDetails", "=", "ErrorDetails", "\n", "return", "s", "\n", "}" ]
// NewEmmErrorDetails returns a new EmmErrorDetails instance
[ "NewEmmErrorDetails", "returns", "a", "new", "EmmErrorDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L2233-L2237
138,275
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewEmmErrorType
func NewEmmErrorType(Description string) *EmmErrorType { s := new(EmmErrorType) s.Description = Description return s }
go
func NewEmmErrorType(Description string) *EmmErrorType { s := new(EmmErrorType) s.Description = Description return s }
[ "func", "NewEmmErrorType", "(", "Description", "string", ")", "*", "EmmErrorType", "{", "s", ":=", "new", "(", "EmmErrorType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewEmmErrorType returns a new EmmErrorType instance
[ "NewEmmErrorType", "returns", "a", "new", "EmmErrorType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L2246-L2250
138,276
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewEmmRefreshAuthTokenType
func NewEmmRefreshAuthTokenType(Description string) *EmmRefreshAuthTokenType { s := new(EmmRefreshAuthTokenType) s.Description = Description return s }
go
func NewEmmRefreshAuthTokenType(Description string) *EmmRefreshAuthTokenType { s := new(EmmRefreshAuthTokenType) s.Description = Description return s }
[ "func", "NewEmmRefreshAuthTokenType", "(", "Description", "string", ")", "*", "EmmRefreshAuthTokenType", "{", "s", ":=", "new", "(", "EmmRefreshAuthTokenType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewEmmRefreshAuthTokenType returns a new EmmRefreshAuthTokenType instance
[ "NewEmmRefreshAuthTokenType", "returns", "a", "new", "EmmRefreshAuthTokenType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L2270-L2274
138,277
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewEmmRemoveExceptionType
func NewEmmRemoveExceptionType(Description string) *EmmRemoveExceptionType { s := new(EmmRemoveExceptionType) s.Description = Description return s }
go
func NewEmmRemoveExceptionType(Description string) *EmmRemoveExceptionType { s := new(EmmRemoveExceptionType) s.Description = Description return s }
[ "func", "NewEmmRemoveExceptionType", "(", "Description", "string", ")", "*", "EmmRemoveExceptionType", "{", "s", ":=", "new", "(", "EmmRemoveExceptionType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewEmmRemoveExceptionType returns a new EmmRemoveExceptionType instance
[ "NewEmmRemoveExceptionType", "returns", "a", "new", "EmmRemoveExceptionType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L2293-L2297
138,278
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewEnabledDomainInvitesType
func NewEnabledDomainInvitesType(Description string) *EnabledDomainInvitesType { s := new(EnabledDomainInvitesType) s.Description = Description return s }
go
func NewEnabledDomainInvitesType(Description string) *EnabledDomainInvitesType { s := new(EnabledDomainInvitesType) s.Description = Description return s }
[ "func", "NewEnabledDomainInvitesType", "(", "Description", "string", ")", "*", "EnabledDomainInvitesType", "{", "s", ":=", "new", "(", "EnabledDomainInvitesType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewEnabledDomainInvitesType returns a new EnabledDomainInvitesType instance
[ "NewEnabledDomainInvitesType", "returns", "a", "new", "EnabledDomainInvitesType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L2316-L2320
138,279
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewExportMembersReportType
func NewExportMembersReportType(Description string) *ExportMembersReportType { s := new(ExportMembersReportType) s.Description = Description return s }
go
func NewExportMembersReportType(Description string) *ExportMembersReportType { s := new(ExportMembersReportType) s.Description = Description return s }
[ "func", "NewExportMembersReportType", "(", "Description", "string", ")", "*", "ExportMembersReportType", "{", "s", ":=", "new", "(", "ExportMembersReportType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewExportMembersReportType returns a new ExportMembersReportType instance
[ "NewExportMembersReportType", "returns", "a", "new", "ExportMembersReportType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L9655-L9659
138,280
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewExtendedVersionHistoryChangePolicyDetails
func NewExtendedVersionHistoryChangePolicyDetails(NewValue *ExtendedVersionHistoryPolicy) *ExtendedVersionHistoryChangePolicyDetails { s := new(ExtendedVersionHistoryChangePolicyDetails) s.NewValue = NewValue return s }
go
func NewExtendedVersionHistoryChangePolicyDetails(NewValue *ExtendedVersionHistoryPolicy) *ExtendedVersionHistoryChangePolicyDetails { s := new(ExtendedVersionHistoryChangePolicyDetails) s.NewValue = NewValue return s }
[ "func", "NewExtendedVersionHistoryChangePolicyDetails", "(", "NewValue", "*", "ExtendedVersionHistoryPolicy", ")", "*", "ExtendedVersionHistoryChangePolicyDetails", "{", "s", ":=", "new", "(", "ExtendedVersionHistoryChangePolicyDetails", ")", "\n", "s", ".", "NewValue", "=", ...
// NewExtendedVersionHistoryChangePolicyDetails returns a new ExtendedVersionHistoryChangePolicyDetails instance
[ "NewExtendedVersionHistoryChangePolicyDetails", "returns", "a", "new", "ExtendedVersionHistoryChangePolicyDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L9672-L9676
138,281
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewExtendedVersionHistoryChangePolicyType
func NewExtendedVersionHistoryChangePolicyType(Description string) *ExtendedVersionHistoryChangePolicyType { s := new(ExtendedVersionHistoryChangePolicyType) s.Description = Description return s }
go
func NewExtendedVersionHistoryChangePolicyType(Description string) *ExtendedVersionHistoryChangePolicyType { s := new(ExtendedVersionHistoryChangePolicyType) s.Description = Description return s }
[ "func", "NewExtendedVersionHistoryChangePolicyType", "(", "Description", "string", ")", "*", "ExtendedVersionHistoryChangePolicyType", "{", "s", ":=", "new", "(", "ExtendedVersionHistoryChangePolicyType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "retu...
// NewExtendedVersionHistoryChangePolicyType returns a new ExtendedVersionHistoryChangePolicyType instance
[ "NewExtendedVersionHistoryChangePolicyType", "returns", "a", "new", "ExtendedVersionHistoryChangePolicyType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L9685-L9689
138,282
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewExternalUserLogInfo
func NewExternalUserLogInfo(UserIdentifier string, IdentifierType *IdentifierType) *ExternalUserLogInfo { s := new(ExternalUserLogInfo) s.UserIdentifier = UserIdentifier s.IdentifierType = IdentifierType return s }
go
func NewExternalUserLogInfo(UserIdentifier string, IdentifierType *IdentifierType) *ExternalUserLogInfo { s := new(ExternalUserLogInfo) s.UserIdentifier = UserIdentifier s.IdentifierType = IdentifierType return s }
[ "func", "NewExternalUserLogInfo", "(", "UserIdentifier", "string", ",", "IdentifierType", "*", "IdentifierType", ")", "*", "ExternalUserLogInfo", "{", "s", ":=", "new", "(", "ExternalUserLogInfo", ")", "\n", "s", ".", "UserIdentifier", "=", "UserIdentifier", "\n", ...
// NewExternalUserLogInfo returns a new ExternalUserLogInfo instance
[ "NewExternalUserLogInfo", "returns", "a", "new", "ExternalUserLogInfo", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L9714-L9719
138,283
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewFileAddCommentType
func NewFileAddCommentType(Description string) *FileAddCommentType { s := new(FileAddCommentType) s.Description = Description return s }
go
func NewFileAddCommentType(Description string) *FileAddCommentType { s := new(FileAddCommentType) s.Description = Description return s }
[ "func", "NewFileAddCommentType", "(", "Description", "string", ")", "*", "FileAddCommentType", "{", "s", ":=", "new", "(", "FileAddCommentType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewFileAddCommentType returns a new FileAddCommentType instance
[ "NewFileAddCommentType", "returns", "a", "new", "FileAddCommentType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L9756-L9760
138,284
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewFileAddType
func NewFileAddType(Description string) *FileAddType { s := new(FileAddType) s.Description = Description return s }
go
func NewFileAddType(Description string) *FileAddType { s := new(FileAddType) s.Description = Description return s }
[ "func", "NewFileAddType", "(", "Description", "string", ")", "*", "FileAddType", "{", "s", ":=", "new", "(", "FileAddType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewFileAddType returns a new FileAddType instance
[ "NewFileAddType", "returns", "a", "new", "FileAddType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L9779-L9783
138,285
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewFileChangeCommentSubscriptionDetails
func NewFileChangeCommentSubscriptionDetails(NewValue *FileCommentNotificationPolicy) *FileChangeCommentSubscriptionDetails { s := new(FileChangeCommentSubscriptionDetails) s.NewValue = NewValue return s }
go
func NewFileChangeCommentSubscriptionDetails(NewValue *FileCommentNotificationPolicy) *FileChangeCommentSubscriptionDetails { s := new(FileChangeCommentSubscriptionDetails) s.NewValue = NewValue return s }
[ "func", "NewFileChangeCommentSubscriptionDetails", "(", "NewValue", "*", "FileCommentNotificationPolicy", ")", "*", "FileChangeCommentSubscriptionDetails", "{", "s", ":=", "new", "(", "FileChangeCommentSubscriptionDetails", ")", "\n", "s", ".", "NewValue", "=", "NewValue", ...
// NewFileChangeCommentSubscriptionDetails returns a new FileChangeCommentSubscriptionDetails instance
[ "NewFileChangeCommentSubscriptionDetails", "returns", "a", "new", "FileChangeCommentSubscriptionDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L9796-L9800
138,286
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewFileChangeCommentSubscriptionType
func NewFileChangeCommentSubscriptionType(Description string) *FileChangeCommentSubscriptionType { s := new(FileChangeCommentSubscriptionType) s.Description = Description return s }
go
func NewFileChangeCommentSubscriptionType(Description string) *FileChangeCommentSubscriptionType { s := new(FileChangeCommentSubscriptionType) s.Description = Description return s }
[ "func", "NewFileChangeCommentSubscriptionType", "(", "Description", "string", ")", "*", "FileChangeCommentSubscriptionType", "{", "s", ":=", "new", "(", "FileChangeCommentSubscriptionType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "...
// NewFileChangeCommentSubscriptionType returns a new FileChangeCommentSubscriptionType instance
[ "NewFileChangeCommentSubscriptionType", "returns", "a", "new", "FileChangeCommentSubscriptionType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L9809-L9813
138,287
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewFileCommentsChangePolicyDetails
func NewFileCommentsChangePolicyDetails(NewValue *FileCommentsPolicy) *FileCommentsChangePolicyDetails { s := new(FileCommentsChangePolicyDetails) s.NewValue = NewValue return s }
go
func NewFileCommentsChangePolicyDetails(NewValue *FileCommentsPolicy) *FileCommentsChangePolicyDetails { s := new(FileCommentsChangePolicyDetails) s.NewValue = NewValue return s }
[ "func", "NewFileCommentsChangePolicyDetails", "(", "NewValue", "*", "FileCommentsPolicy", ")", "*", "FileCommentsChangePolicyDetails", "{", "s", ":=", "new", "(", "FileCommentsChangePolicyDetails", ")", "\n", "s", ".", "NewValue", "=", "NewValue", "\n", "return", "s",...
// NewFileCommentsChangePolicyDetails returns a new FileCommentsChangePolicyDetails instance
[ "NewFileCommentsChangePolicyDetails", "returns", "a", "new", "FileCommentsChangePolicyDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L9837-L9841
138,288
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewFileCommentsChangePolicyType
func NewFileCommentsChangePolicyType(Description string) *FileCommentsChangePolicyType { s := new(FileCommentsChangePolicyType) s.Description = Description return s }
go
func NewFileCommentsChangePolicyType(Description string) *FileCommentsChangePolicyType { s := new(FileCommentsChangePolicyType) s.Description = Description return s }
[ "func", "NewFileCommentsChangePolicyType", "(", "Description", "string", ")", "*", "FileCommentsChangePolicyType", "{", "s", ":=", "new", "(", "FileCommentsChangePolicyType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewFileCommentsChangePolicyType returns a new FileCommentsChangePolicyType instance
[ "NewFileCommentsChangePolicyType", "returns", "a", "new", "FileCommentsChangePolicyType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L9850-L9854
138,289
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewFileCopyDetails
func NewFileCopyDetails(RelocateActionDetails []*RelocateAssetReferencesLogInfo) *FileCopyDetails { s := new(FileCopyDetails) s.RelocateActionDetails = RelocateActionDetails return s }
go
func NewFileCopyDetails(RelocateActionDetails []*RelocateAssetReferencesLogInfo) *FileCopyDetails { s := new(FileCopyDetails) s.RelocateActionDetails = RelocateActionDetails return s }
[ "func", "NewFileCopyDetails", "(", "RelocateActionDetails", "[", "]", "*", "RelocateAssetReferencesLogInfo", ")", "*", "FileCopyDetails", "{", "s", ":=", "new", "(", "FileCopyDetails", ")", "\n", "s", ".", "RelocateActionDetails", "=", "RelocateActionDetails", "\n", ...
// NewFileCopyDetails returns a new FileCopyDetails instance
[ "NewFileCopyDetails", "returns", "a", "new", "FileCopyDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L9875-L9879
138,290
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewFileCopyType
func NewFileCopyType(Description string) *FileCopyType { s := new(FileCopyType) s.Description = Description return s }
go
func NewFileCopyType(Description string) *FileCopyType { s := new(FileCopyType) s.Description = Description return s }
[ "func", "NewFileCopyType", "(", "Description", "string", ")", "*", "FileCopyType", "{", "s", ":=", "new", "(", "FileCopyType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewFileCopyType returns a new FileCopyType instance
[ "NewFileCopyType", "returns", "a", "new", "FileCopyType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L9888-L9892
138,291
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewFileDeleteCommentType
func NewFileDeleteCommentType(Description string) *FileDeleteCommentType { s := new(FileDeleteCommentType) s.Description = Description return s }
go
func NewFileDeleteCommentType(Description string) *FileDeleteCommentType { s := new(FileDeleteCommentType) s.Description = Description return s }
[ "func", "NewFileDeleteCommentType", "(", "Description", "string", ")", "*", "FileDeleteCommentType", "{", "s", ":=", "new", "(", "FileDeleteCommentType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewFileDeleteCommentType returns a new FileDeleteCommentType instance
[ "NewFileDeleteCommentType", "returns", "a", "new", "FileDeleteCommentType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L9913-L9917
138,292
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewFileDeleteType
func NewFileDeleteType(Description string) *FileDeleteType { s := new(FileDeleteType) s.Description = Description return s }
go
func NewFileDeleteType(Description string) *FileDeleteType { s := new(FileDeleteType) s.Description = Description return s }
[ "func", "NewFileDeleteType", "(", "Description", "string", ")", "*", "FileDeleteType", "{", "s", ":=", "new", "(", "FileDeleteType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewFileDeleteType returns a new FileDeleteType instance
[ "NewFileDeleteType", "returns", "a", "new", "FileDeleteType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L9936-L9940
138,293
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewFileDownloadType
func NewFileDownloadType(Description string) *FileDownloadType { s := new(FileDownloadType) s.Description = Description return s }
go
func NewFileDownloadType(Description string) *FileDownloadType { s := new(FileDownloadType) s.Description = Description return s }
[ "func", "NewFileDownloadType", "(", "Description", "string", ")", "*", "FileDownloadType", "{", "s", ":=", "new", "(", "FileDownloadType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewFileDownloadType returns a new FileDownloadType instance
[ "NewFileDownloadType", "returns", "a", "new", "FileDownloadType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L9959-L9963
138,294
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewFileEditCommentDetails
func NewFileEditCommentDetails(PreviousCommentText string) *FileEditCommentDetails { s := new(FileEditCommentDetails) s.PreviousCommentText = PreviousCommentText return s }
go
func NewFileEditCommentDetails(PreviousCommentText string) *FileEditCommentDetails { s := new(FileEditCommentDetails) s.PreviousCommentText = PreviousCommentText return s }
[ "func", "NewFileEditCommentDetails", "(", "PreviousCommentText", "string", ")", "*", "FileEditCommentDetails", "{", "s", ":=", "new", "(", "FileEditCommentDetails", ")", "\n", "s", ".", "PreviousCommentText", "=", "PreviousCommentText", "\n", "return", "s", "\n", "}...
// NewFileEditCommentDetails returns a new FileEditCommentDetails instance
[ "NewFileEditCommentDetails", "returns", "a", "new", "FileEditCommentDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L9974-L9978
138,295
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewFileEditCommentType
func NewFileEditCommentType(Description string) *FileEditCommentType { s := new(FileEditCommentType) s.Description = Description return s }
go
func NewFileEditCommentType(Description string) *FileEditCommentType { s := new(FileEditCommentType) s.Description = Description return s }
[ "func", "NewFileEditCommentType", "(", "Description", "string", ")", "*", "FileEditCommentType", "{", "s", ":=", "new", "(", "FileEditCommentType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewFileEditCommentType returns a new FileEditCommentType instance
[ "NewFileEditCommentType", "returns", "a", "new", "FileEditCommentType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L9987-L9991
138,296
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewFileEditType
func NewFileEditType(Description string) *FileEditType { s := new(FileEditType) s.Description = Description return s }
go
func NewFileEditType(Description string) *FileEditType { s := new(FileEditType) s.Description = Description return s }
[ "func", "NewFileEditType", "(", "Description", "string", ")", "*", "FileEditType", "{", "s", ":=", "new", "(", "FileEditType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewFileEditType returns a new FileEditType instance
[ "NewFileEditType", "returns", "a", "new", "FileEditType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L10010-L10014
138,297
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewFileGetCopyReferenceType
func NewFileGetCopyReferenceType(Description string) *FileGetCopyReferenceType { s := new(FileGetCopyReferenceType) s.Description = Description return s }
go
func NewFileGetCopyReferenceType(Description string) *FileGetCopyReferenceType { s := new(FileGetCopyReferenceType) s.Description = Description return s }
[ "func", "NewFileGetCopyReferenceType", "(", "Description", "string", ")", "*", "FileGetCopyReferenceType", "{", "s", ":=", "new", "(", "FileGetCopyReferenceType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewFileGetCopyReferenceType returns a new FileGetCopyReferenceType instance
[ "NewFileGetCopyReferenceType", "returns", "a", "new", "FileGetCopyReferenceType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L10033-L10037
138,298
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewFileLikeCommentType
func NewFileLikeCommentType(Description string) *FileLikeCommentType { s := new(FileLikeCommentType) s.Description = Description return s }
go
func NewFileLikeCommentType(Description string) *FileLikeCommentType { s := new(FileLikeCommentType) s.Description = Description return s }
[ "func", "NewFileLikeCommentType", "(", "Description", "string", ")", "*", "FileLikeCommentType", "{", "s", ":=", "new", "(", "FileLikeCommentType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewFileLikeCommentType returns a new FileLikeCommentType instance
[ "NewFileLikeCommentType", "returns", "a", "new", "FileLikeCommentType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L10058-L10062
138,299
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewFileOrFolderLogInfo
func NewFileOrFolderLogInfo(Path *PathLogInfo) *FileOrFolderLogInfo { s := new(FileOrFolderLogInfo) s.Path = Path return s }
go
func NewFileOrFolderLogInfo(Path *PathLogInfo) *FileOrFolderLogInfo { s := new(FileOrFolderLogInfo) s.Path = Path return s }
[ "func", "NewFileOrFolderLogInfo", "(", "Path", "*", "PathLogInfo", ")", "*", "FileOrFolderLogInfo", "{", "s", ":=", "new", "(", "FileOrFolderLogInfo", ")", "\n", "s", ".", "Path", "=", "Path", "\n", "return", "s", "\n", "}" ]
// NewFileOrFolderLogInfo returns a new FileOrFolderLogInfo instance
[ "NewFileOrFolderLogInfo", "returns", "a", "new", "FileOrFolderLogInfo", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L10075-L10079