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,600
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewSharingChangeMemberPolicyDetails
func NewSharingChangeMemberPolicyDetails(NewValue *SharingMemberPolicy) *SharingChangeMemberPolicyDetails { s := new(SharingChangeMemberPolicyDetails) s.NewValue = NewValue return s }
go
func NewSharingChangeMemberPolicyDetails(NewValue *SharingMemberPolicy) *SharingChangeMemberPolicyDetails { s := new(SharingChangeMemberPolicyDetails) s.NewValue = NewValue return s }
[ "func", "NewSharingChangeMemberPolicyDetails", "(", "NewValue", "*", "SharingMemberPolicy", ")", "*", "SharingChangeMemberPolicyDetails", "{", "s", ":=", "new", "(", "SharingChangeMemberPolicyDetails", ")", "\n", "s", ".", "NewValue", "=", "NewValue", "\n", "return", ...
// NewSharingChangeMemberPolicyDetails returns a new SharingChangeMemberPolicyDetails instance
[ "NewSharingChangeMemberPolicyDetails", "returns", "a", "new", "SharingChangeMemberPolicyDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15767-L15771
138,601
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewSharingChangeMemberPolicyType
func NewSharingChangeMemberPolicyType(Description string) *SharingChangeMemberPolicyType { s := new(SharingChangeMemberPolicyType) s.Description = Description return s }
go
func NewSharingChangeMemberPolicyType(Description string) *SharingChangeMemberPolicyType { s := new(SharingChangeMemberPolicyType) s.Description = Description return s }
[ "func", "NewSharingChangeMemberPolicyType", "(", "Description", "string", ")", "*", "SharingChangeMemberPolicyType", "{", "s", ":=", "new", "(", "SharingChangeMemberPolicyType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewSharingChangeMemberPolicyType returns a new SharingChangeMemberPolicyType instance
[ "NewSharingChangeMemberPolicyType", "returns", "a", "new", "SharingChangeMemberPolicyType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15780-L15784
138,602
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShmodelGroupShareType
func NewShmodelGroupShareType(Description string) *ShmodelGroupShareType { s := new(ShmodelGroupShareType) s.Description = Description return s }
go
func NewShmodelGroupShareType(Description string) *ShmodelGroupShareType { s := new(ShmodelGroupShareType) s.Description = Description return s }
[ "func", "NewShmodelGroupShareType", "(", "Description", "string", ")", "*", "ShmodelGroupShareType", "{", "s", ":=", "new", "(", "ShmodelGroupShareType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewShmodelGroupShareType returns a new ShmodelGroupShareType instance
[ "NewShmodelGroupShareType", "returns", "a", "new", "ShmodelGroupShareType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15842-L15846
138,603
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseAccessGrantedDetails
func NewShowcaseAccessGrantedDetails(EventUuid string) *ShowcaseAccessGrantedDetails { s := new(ShowcaseAccessGrantedDetails) s.EventUuid = EventUuid return s }
go
func NewShowcaseAccessGrantedDetails(EventUuid string) *ShowcaseAccessGrantedDetails { s := new(ShowcaseAccessGrantedDetails) s.EventUuid = EventUuid return s }
[ "func", "NewShowcaseAccessGrantedDetails", "(", "EventUuid", "string", ")", "*", "ShowcaseAccessGrantedDetails", "{", "s", ":=", "new", "(", "ShowcaseAccessGrantedDetails", ")", "\n", "s", ".", "EventUuid", "=", "EventUuid", "\n", "return", "s", "\n", "}" ]
// NewShowcaseAccessGrantedDetails returns a new ShowcaseAccessGrantedDetails instance
[ "NewShowcaseAccessGrantedDetails", "returns", "a", "new", "ShowcaseAccessGrantedDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15855-L15859
138,604
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseAccessGrantedType
func NewShowcaseAccessGrantedType(Description string) *ShowcaseAccessGrantedType { s := new(ShowcaseAccessGrantedType) s.Description = Description return s }
go
func NewShowcaseAccessGrantedType(Description string) *ShowcaseAccessGrantedType { s := new(ShowcaseAccessGrantedType) s.Description = Description return s }
[ "func", "NewShowcaseAccessGrantedType", "(", "Description", "string", ")", "*", "ShowcaseAccessGrantedType", "{", "s", ":=", "new", "(", "ShowcaseAccessGrantedType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewShowcaseAccessGrantedType returns a new ShowcaseAccessGrantedType instance
[ "NewShowcaseAccessGrantedType", "returns", "a", "new", "ShowcaseAccessGrantedType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15868-L15872
138,605
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseAddMemberDetails
func NewShowcaseAddMemberDetails(EventUuid string) *ShowcaseAddMemberDetails { s := new(ShowcaseAddMemberDetails) s.EventUuid = EventUuid return s }
go
func NewShowcaseAddMemberDetails(EventUuid string) *ShowcaseAddMemberDetails { s := new(ShowcaseAddMemberDetails) s.EventUuid = EventUuid return s }
[ "func", "NewShowcaseAddMemberDetails", "(", "EventUuid", "string", ")", "*", "ShowcaseAddMemberDetails", "{", "s", ":=", "new", "(", "ShowcaseAddMemberDetails", ")", "\n", "s", ".", "EventUuid", "=", "EventUuid", "\n", "return", "s", "\n", "}" ]
// NewShowcaseAddMemberDetails returns a new ShowcaseAddMemberDetails instance
[ "NewShowcaseAddMemberDetails", "returns", "a", "new", "ShowcaseAddMemberDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15881-L15885
138,606
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseAddMemberType
func NewShowcaseAddMemberType(Description string) *ShowcaseAddMemberType { s := new(ShowcaseAddMemberType) s.Description = Description return s }
go
func NewShowcaseAddMemberType(Description string) *ShowcaseAddMemberType { s := new(ShowcaseAddMemberType) s.Description = Description return s }
[ "func", "NewShowcaseAddMemberType", "(", "Description", "string", ")", "*", "ShowcaseAddMemberType", "{", "s", ":=", "new", "(", "ShowcaseAddMemberType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewShowcaseAddMemberType returns a new ShowcaseAddMemberType instance
[ "NewShowcaseAddMemberType", "returns", "a", "new", "ShowcaseAddMemberType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15894-L15898
138,607
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseArchivedDetails
func NewShowcaseArchivedDetails(EventUuid string) *ShowcaseArchivedDetails { s := new(ShowcaseArchivedDetails) s.EventUuid = EventUuid return s }
go
func NewShowcaseArchivedDetails(EventUuid string) *ShowcaseArchivedDetails { s := new(ShowcaseArchivedDetails) s.EventUuid = EventUuid return s }
[ "func", "NewShowcaseArchivedDetails", "(", "EventUuid", "string", ")", "*", "ShowcaseArchivedDetails", "{", "s", ":=", "new", "(", "ShowcaseArchivedDetails", ")", "\n", "s", ".", "EventUuid", "=", "EventUuid", "\n", "return", "s", "\n", "}" ]
// NewShowcaseArchivedDetails returns a new ShowcaseArchivedDetails instance
[ "NewShowcaseArchivedDetails", "returns", "a", "new", "ShowcaseArchivedDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15907-L15911
138,608
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseArchivedType
func NewShowcaseArchivedType(Description string) *ShowcaseArchivedType { s := new(ShowcaseArchivedType) s.Description = Description return s }
go
func NewShowcaseArchivedType(Description string) *ShowcaseArchivedType { s := new(ShowcaseArchivedType) s.Description = Description return s }
[ "func", "NewShowcaseArchivedType", "(", "Description", "string", ")", "*", "ShowcaseArchivedType", "{", "s", ":=", "new", "(", "ShowcaseArchivedType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewShowcaseArchivedType returns a new ShowcaseArchivedType instance
[ "NewShowcaseArchivedType", "returns", "a", "new", "ShowcaseArchivedType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15920-L15924
138,609
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseChangeDownloadPolicyDetails
func NewShowcaseChangeDownloadPolicyDetails(NewValue *ShowcaseDownloadPolicy, PreviousValue *ShowcaseDownloadPolicy) *ShowcaseChangeDownloadPolicyDetails { s := new(ShowcaseChangeDownloadPolicyDetails) s.NewValue = NewValue s.PreviousValue = PreviousValue return s }
go
func NewShowcaseChangeDownloadPolicyDetails(NewValue *ShowcaseDownloadPolicy, PreviousValue *ShowcaseDownloadPolicy) *ShowcaseChangeDownloadPolicyDetails { s := new(ShowcaseChangeDownloadPolicyDetails) s.NewValue = NewValue s.PreviousValue = PreviousValue return s }
[ "func", "NewShowcaseChangeDownloadPolicyDetails", "(", "NewValue", "*", "ShowcaseDownloadPolicy", ",", "PreviousValue", "*", "ShowcaseDownloadPolicy", ")", "*", "ShowcaseChangeDownloadPolicyDetails", "{", "s", ":=", "new", "(", "ShowcaseChangeDownloadPolicyDetails", ")", "\n"...
// NewShowcaseChangeDownloadPolicyDetails returns a new ShowcaseChangeDownloadPolicyDetails instance
[ "NewShowcaseChangeDownloadPolicyDetails", "returns", "a", "new", "ShowcaseChangeDownloadPolicyDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15936-L15941
138,610
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseChangeDownloadPolicyType
func NewShowcaseChangeDownloadPolicyType(Description string) *ShowcaseChangeDownloadPolicyType { s := new(ShowcaseChangeDownloadPolicyType) s.Description = Description return s }
go
func NewShowcaseChangeDownloadPolicyType(Description string) *ShowcaseChangeDownloadPolicyType { s := new(ShowcaseChangeDownloadPolicyType) s.Description = Description return s }
[ "func", "NewShowcaseChangeDownloadPolicyType", "(", "Description", "string", ")", "*", "ShowcaseChangeDownloadPolicyType", "{", "s", ":=", "new", "(", "ShowcaseChangeDownloadPolicyType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n"...
// NewShowcaseChangeDownloadPolicyType returns a new ShowcaseChangeDownloadPolicyType instance
[ "NewShowcaseChangeDownloadPolicyType", "returns", "a", "new", "ShowcaseChangeDownloadPolicyType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15950-L15954
138,611
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseChangeEnabledPolicyDetails
func NewShowcaseChangeEnabledPolicyDetails(NewValue *ShowcaseEnabledPolicy, PreviousValue *ShowcaseEnabledPolicy) *ShowcaseChangeEnabledPolicyDetails { s := new(ShowcaseChangeEnabledPolicyDetails) s.NewValue = NewValue s.PreviousValue = PreviousValue return s }
go
func NewShowcaseChangeEnabledPolicyDetails(NewValue *ShowcaseEnabledPolicy, PreviousValue *ShowcaseEnabledPolicy) *ShowcaseChangeEnabledPolicyDetails { s := new(ShowcaseChangeEnabledPolicyDetails) s.NewValue = NewValue s.PreviousValue = PreviousValue return s }
[ "func", "NewShowcaseChangeEnabledPolicyDetails", "(", "NewValue", "*", "ShowcaseEnabledPolicy", ",", "PreviousValue", "*", "ShowcaseEnabledPolicy", ")", "*", "ShowcaseChangeEnabledPolicyDetails", "{", "s", ":=", "new", "(", "ShowcaseChangeEnabledPolicyDetails", ")", "\n", "...
// NewShowcaseChangeEnabledPolicyDetails returns a new ShowcaseChangeEnabledPolicyDetails instance
[ "NewShowcaseChangeEnabledPolicyDetails", "returns", "a", "new", "ShowcaseChangeEnabledPolicyDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15966-L15971
138,612
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseChangeEnabledPolicyType
func NewShowcaseChangeEnabledPolicyType(Description string) *ShowcaseChangeEnabledPolicyType { s := new(ShowcaseChangeEnabledPolicyType) s.Description = Description return s }
go
func NewShowcaseChangeEnabledPolicyType(Description string) *ShowcaseChangeEnabledPolicyType { s := new(ShowcaseChangeEnabledPolicyType) s.Description = Description return s }
[ "func", "NewShowcaseChangeEnabledPolicyType", "(", "Description", "string", ")", "*", "ShowcaseChangeEnabledPolicyType", "{", "s", ":=", "new", "(", "ShowcaseChangeEnabledPolicyType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", ...
// NewShowcaseChangeEnabledPolicyType returns a new ShowcaseChangeEnabledPolicyType instance
[ "NewShowcaseChangeEnabledPolicyType", "returns", "a", "new", "ShowcaseChangeEnabledPolicyType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15980-L15984
138,613
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseChangeExternalSharingPolicyDetails
func NewShowcaseChangeExternalSharingPolicyDetails(NewValue *ShowcaseExternalSharingPolicy, PreviousValue *ShowcaseExternalSharingPolicy) *ShowcaseChangeExternalSharingPolicyDetails { s := new(ShowcaseChangeExternalSharingPolicyDetails) s.NewValue = NewValue s.PreviousValue = PreviousValue return s }
go
func NewShowcaseChangeExternalSharingPolicyDetails(NewValue *ShowcaseExternalSharingPolicy, PreviousValue *ShowcaseExternalSharingPolicy) *ShowcaseChangeExternalSharingPolicyDetails { s := new(ShowcaseChangeExternalSharingPolicyDetails) s.NewValue = NewValue s.PreviousValue = PreviousValue return s }
[ "func", "NewShowcaseChangeExternalSharingPolicyDetails", "(", "NewValue", "*", "ShowcaseExternalSharingPolicy", ",", "PreviousValue", "*", "ShowcaseExternalSharingPolicy", ")", "*", "ShowcaseChangeExternalSharingPolicyDetails", "{", "s", ":=", "new", "(", "ShowcaseChangeExternalS...
// NewShowcaseChangeExternalSharingPolicyDetails returns a new ShowcaseChangeExternalSharingPolicyDetails instance
[ "NewShowcaseChangeExternalSharingPolicyDetails", "returns", "a", "new", "ShowcaseChangeExternalSharingPolicyDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15996-L16001
138,614
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseChangeExternalSharingPolicyType
func NewShowcaseChangeExternalSharingPolicyType(Description string) *ShowcaseChangeExternalSharingPolicyType { s := new(ShowcaseChangeExternalSharingPolicyType) s.Description = Description return s }
go
func NewShowcaseChangeExternalSharingPolicyType(Description string) *ShowcaseChangeExternalSharingPolicyType { s := new(ShowcaseChangeExternalSharingPolicyType) s.Description = Description return s }
[ "func", "NewShowcaseChangeExternalSharingPolicyType", "(", "Description", "string", ")", "*", "ShowcaseChangeExternalSharingPolicyType", "{", "s", ":=", "new", "(", "ShowcaseChangeExternalSharingPolicyType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "r...
// NewShowcaseChangeExternalSharingPolicyType returns a new ShowcaseChangeExternalSharingPolicyType instance
[ "NewShowcaseChangeExternalSharingPolicyType", "returns", "a", "new", "ShowcaseChangeExternalSharingPolicyType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16010-L16014
138,615
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseCreatedDetails
func NewShowcaseCreatedDetails(EventUuid string) *ShowcaseCreatedDetails { s := new(ShowcaseCreatedDetails) s.EventUuid = EventUuid return s }
go
func NewShowcaseCreatedDetails(EventUuid string) *ShowcaseCreatedDetails { s := new(ShowcaseCreatedDetails) s.EventUuid = EventUuid return s }
[ "func", "NewShowcaseCreatedDetails", "(", "EventUuid", "string", ")", "*", "ShowcaseCreatedDetails", "{", "s", ":=", "new", "(", "ShowcaseCreatedDetails", ")", "\n", "s", ".", "EventUuid", "=", "EventUuid", "\n", "return", "s", "\n", "}" ]
// NewShowcaseCreatedDetails returns a new ShowcaseCreatedDetails instance
[ "NewShowcaseCreatedDetails", "returns", "a", "new", "ShowcaseCreatedDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16023-L16027
138,616
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseCreatedType
func NewShowcaseCreatedType(Description string) *ShowcaseCreatedType { s := new(ShowcaseCreatedType) s.Description = Description return s }
go
func NewShowcaseCreatedType(Description string) *ShowcaseCreatedType { s := new(ShowcaseCreatedType) s.Description = Description return s }
[ "func", "NewShowcaseCreatedType", "(", "Description", "string", ")", "*", "ShowcaseCreatedType", "{", "s", ":=", "new", "(", "ShowcaseCreatedType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewShowcaseCreatedType returns a new ShowcaseCreatedType instance
[ "NewShowcaseCreatedType", "returns", "a", "new", "ShowcaseCreatedType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16036-L16040
138,617
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseDeleteCommentDetails
func NewShowcaseDeleteCommentDetails(EventUuid string) *ShowcaseDeleteCommentDetails { s := new(ShowcaseDeleteCommentDetails) s.EventUuid = EventUuid return s }
go
func NewShowcaseDeleteCommentDetails(EventUuid string) *ShowcaseDeleteCommentDetails { s := new(ShowcaseDeleteCommentDetails) s.EventUuid = EventUuid return s }
[ "func", "NewShowcaseDeleteCommentDetails", "(", "EventUuid", "string", ")", "*", "ShowcaseDeleteCommentDetails", "{", "s", ":=", "new", "(", "ShowcaseDeleteCommentDetails", ")", "\n", "s", ".", "EventUuid", "=", "EventUuid", "\n", "return", "s", "\n", "}" ]
// NewShowcaseDeleteCommentDetails returns a new ShowcaseDeleteCommentDetails instance
[ "NewShowcaseDeleteCommentDetails", "returns", "a", "new", "ShowcaseDeleteCommentDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16051-L16055
138,618
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseDeleteCommentType
func NewShowcaseDeleteCommentType(Description string) *ShowcaseDeleteCommentType { s := new(ShowcaseDeleteCommentType) s.Description = Description return s }
go
func NewShowcaseDeleteCommentType(Description string) *ShowcaseDeleteCommentType { s := new(ShowcaseDeleteCommentType) s.Description = Description return s }
[ "func", "NewShowcaseDeleteCommentType", "(", "Description", "string", ")", "*", "ShowcaseDeleteCommentType", "{", "s", ":=", "new", "(", "ShowcaseDeleteCommentType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewShowcaseDeleteCommentType returns a new ShowcaseDeleteCommentType instance
[ "NewShowcaseDeleteCommentType", "returns", "a", "new", "ShowcaseDeleteCommentType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16064-L16068
138,619
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseDocumentLogInfo
func NewShowcaseDocumentLogInfo(ShowcaseId string, ShowcaseTitle string) *ShowcaseDocumentLogInfo { s := new(ShowcaseDocumentLogInfo) s.ShowcaseId = ShowcaseId s.ShowcaseTitle = ShowcaseTitle return s }
go
func NewShowcaseDocumentLogInfo(ShowcaseId string, ShowcaseTitle string) *ShowcaseDocumentLogInfo { s := new(ShowcaseDocumentLogInfo) s.ShowcaseId = ShowcaseId s.ShowcaseTitle = ShowcaseTitle return s }
[ "func", "NewShowcaseDocumentLogInfo", "(", "ShowcaseId", "string", ",", "ShowcaseTitle", "string", ")", "*", "ShowcaseDocumentLogInfo", "{", "s", ":=", "new", "(", "ShowcaseDocumentLogInfo", ")", "\n", "s", ".", "ShowcaseId", "=", "ShowcaseId", "\n", "s", ".", "...
// NewShowcaseDocumentLogInfo returns a new ShowcaseDocumentLogInfo instance
[ "NewShowcaseDocumentLogInfo", "returns", "a", "new", "ShowcaseDocumentLogInfo", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16079-L16084
138,620
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseEditCommentDetails
func NewShowcaseEditCommentDetails(EventUuid string) *ShowcaseEditCommentDetails { s := new(ShowcaseEditCommentDetails) s.EventUuid = EventUuid return s }
go
func NewShowcaseEditCommentDetails(EventUuid string) *ShowcaseEditCommentDetails { s := new(ShowcaseEditCommentDetails) s.EventUuid = EventUuid return s }
[ "func", "NewShowcaseEditCommentDetails", "(", "EventUuid", "string", ")", "*", "ShowcaseEditCommentDetails", "{", "s", ":=", "new", "(", "ShowcaseEditCommentDetails", ")", "\n", "s", ".", "EventUuid", "=", "EventUuid", "\n", "return", "s", "\n", "}" ]
// NewShowcaseEditCommentDetails returns a new ShowcaseEditCommentDetails instance
[ "NewShowcaseEditCommentDetails", "returns", "a", "new", "ShowcaseEditCommentDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16108-L16112
138,621
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseEditCommentType
func NewShowcaseEditCommentType(Description string) *ShowcaseEditCommentType { s := new(ShowcaseEditCommentType) s.Description = Description return s }
go
func NewShowcaseEditCommentType(Description string) *ShowcaseEditCommentType { s := new(ShowcaseEditCommentType) s.Description = Description return s }
[ "func", "NewShowcaseEditCommentType", "(", "Description", "string", ")", "*", "ShowcaseEditCommentType", "{", "s", ":=", "new", "(", "ShowcaseEditCommentType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewShowcaseEditCommentType returns a new ShowcaseEditCommentType instance
[ "NewShowcaseEditCommentType", "returns", "a", "new", "ShowcaseEditCommentType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16121-L16125
138,622
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseEditedDetails
func NewShowcaseEditedDetails(EventUuid string) *ShowcaseEditedDetails { s := new(ShowcaseEditedDetails) s.EventUuid = EventUuid return s }
go
func NewShowcaseEditedDetails(EventUuid string) *ShowcaseEditedDetails { s := new(ShowcaseEditedDetails) s.EventUuid = EventUuid return s }
[ "func", "NewShowcaseEditedDetails", "(", "EventUuid", "string", ")", "*", "ShowcaseEditedDetails", "{", "s", ":=", "new", "(", "ShowcaseEditedDetails", ")", "\n", "s", ".", "EventUuid", "=", "EventUuid", "\n", "return", "s", "\n", "}" ]
// NewShowcaseEditedDetails returns a new ShowcaseEditedDetails instance
[ "NewShowcaseEditedDetails", "returns", "a", "new", "ShowcaseEditedDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16134-L16138
138,623
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseEditedType
func NewShowcaseEditedType(Description string) *ShowcaseEditedType { s := new(ShowcaseEditedType) s.Description = Description return s }
go
func NewShowcaseEditedType(Description string) *ShowcaseEditedType { s := new(ShowcaseEditedType) s.Description = Description return s }
[ "func", "NewShowcaseEditedType", "(", "Description", "string", ")", "*", "ShowcaseEditedType", "{", "s", ":=", "new", "(", "ShowcaseEditedType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewShowcaseEditedType returns a new ShowcaseEditedType instance
[ "NewShowcaseEditedType", "returns", "a", "new", "ShowcaseEditedType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16147-L16151
138,624
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseFileAddedDetails
func NewShowcaseFileAddedDetails(EventUuid string) *ShowcaseFileAddedDetails { s := new(ShowcaseFileAddedDetails) s.EventUuid = EventUuid return s }
go
func NewShowcaseFileAddedDetails(EventUuid string) *ShowcaseFileAddedDetails { s := new(ShowcaseFileAddedDetails) s.EventUuid = EventUuid return s }
[ "func", "NewShowcaseFileAddedDetails", "(", "EventUuid", "string", ")", "*", "ShowcaseFileAddedDetails", "{", "s", ":=", "new", "(", "ShowcaseFileAddedDetails", ")", "\n", "s", ".", "EventUuid", "=", "EventUuid", "\n", "return", "s", "\n", "}" ]
// NewShowcaseFileAddedDetails returns a new ShowcaseFileAddedDetails instance
[ "NewShowcaseFileAddedDetails", "returns", "a", "new", "ShowcaseFileAddedDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16185-L16189
138,625
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseFileAddedType
func NewShowcaseFileAddedType(Description string) *ShowcaseFileAddedType { s := new(ShowcaseFileAddedType) s.Description = Description return s }
go
func NewShowcaseFileAddedType(Description string) *ShowcaseFileAddedType { s := new(ShowcaseFileAddedType) s.Description = Description return s }
[ "func", "NewShowcaseFileAddedType", "(", "Description", "string", ")", "*", "ShowcaseFileAddedType", "{", "s", ":=", "new", "(", "ShowcaseFileAddedType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewShowcaseFileAddedType returns a new ShowcaseFileAddedType instance
[ "NewShowcaseFileAddedType", "returns", "a", "new", "ShowcaseFileAddedType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16198-L16202
138,626
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseFileDownloadDetails
func NewShowcaseFileDownloadDetails(EventUuid string, DownloadType string) *ShowcaseFileDownloadDetails { s := new(ShowcaseFileDownloadDetails) s.EventUuid = EventUuid s.DownloadType = DownloadType return s }
go
func NewShowcaseFileDownloadDetails(EventUuid string, DownloadType string) *ShowcaseFileDownloadDetails { s := new(ShowcaseFileDownloadDetails) s.EventUuid = EventUuid s.DownloadType = DownloadType return s }
[ "func", "NewShowcaseFileDownloadDetails", "(", "EventUuid", "string", ",", "DownloadType", "string", ")", "*", "ShowcaseFileDownloadDetails", "{", "s", ":=", "new", "(", "ShowcaseFileDownloadDetails", ")", "\n", "s", ".", "EventUuid", "=", "EventUuid", "\n", "s", ...
// NewShowcaseFileDownloadDetails returns a new ShowcaseFileDownloadDetails instance
[ "NewShowcaseFileDownloadDetails", "returns", "a", "new", "ShowcaseFileDownloadDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16213-L16218
138,627
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseFileDownloadType
func NewShowcaseFileDownloadType(Description string) *ShowcaseFileDownloadType { s := new(ShowcaseFileDownloadType) s.Description = Description return s }
go
func NewShowcaseFileDownloadType(Description string) *ShowcaseFileDownloadType { s := new(ShowcaseFileDownloadType) s.Description = Description return s }
[ "func", "NewShowcaseFileDownloadType", "(", "Description", "string", ")", "*", "ShowcaseFileDownloadType", "{", "s", ":=", "new", "(", "ShowcaseFileDownloadType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewShowcaseFileDownloadType returns a new ShowcaseFileDownloadType instance
[ "NewShowcaseFileDownloadType", "returns", "a", "new", "ShowcaseFileDownloadType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16227-L16231
138,628
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseFileRemovedDetails
func NewShowcaseFileRemovedDetails(EventUuid string) *ShowcaseFileRemovedDetails { s := new(ShowcaseFileRemovedDetails) s.EventUuid = EventUuid return s }
go
func NewShowcaseFileRemovedDetails(EventUuid string) *ShowcaseFileRemovedDetails { s := new(ShowcaseFileRemovedDetails) s.EventUuid = EventUuid return s }
[ "func", "NewShowcaseFileRemovedDetails", "(", "EventUuid", "string", ")", "*", "ShowcaseFileRemovedDetails", "{", "s", ":=", "new", "(", "ShowcaseFileRemovedDetails", ")", "\n", "s", ".", "EventUuid", "=", "EventUuid", "\n", "return", "s", "\n", "}" ]
// NewShowcaseFileRemovedDetails returns a new ShowcaseFileRemovedDetails instance
[ "NewShowcaseFileRemovedDetails", "returns", "a", "new", "ShowcaseFileRemovedDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16240-L16244
138,629
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseFileRemovedType
func NewShowcaseFileRemovedType(Description string) *ShowcaseFileRemovedType { s := new(ShowcaseFileRemovedType) s.Description = Description return s }
go
func NewShowcaseFileRemovedType(Description string) *ShowcaseFileRemovedType { s := new(ShowcaseFileRemovedType) s.Description = Description return s }
[ "func", "NewShowcaseFileRemovedType", "(", "Description", "string", ")", "*", "ShowcaseFileRemovedType", "{", "s", ":=", "new", "(", "ShowcaseFileRemovedType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewShowcaseFileRemovedType returns a new ShowcaseFileRemovedType instance
[ "NewShowcaseFileRemovedType", "returns", "a", "new", "ShowcaseFileRemovedType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16253-L16257
138,630
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseFileViewDetails
func NewShowcaseFileViewDetails(EventUuid string) *ShowcaseFileViewDetails { s := new(ShowcaseFileViewDetails) s.EventUuid = EventUuid return s }
go
func NewShowcaseFileViewDetails(EventUuid string) *ShowcaseFileViewDetails { s := new(ShowcaseFileViewDetails) s.EventUuid = EventUuid return s }
[ "func", "NewShowcaseFileViewDetails", "(", "EventUuid", "string", ")", "*", "ShowcaseFileViewDetails", "{", "s", ":=", "new", "(", "ShowcaseFileViewDetails", ")", "\n", "s", ".", "EventUuid", "=", "EventUuid", "\n", "return", "s", "\n", "}" ]
// NewShowcaseFileViewDetails returns a new ShowcaseFileViewDetails instance
[ "NewShowcaseFileViewDetails", "returns", "a", "new", "ShowcaseFileViewDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16266-L16270
138,631
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseFileViewType
func NewShowcaseFileViewType(Description string) *ShowcaseFileViewType { s := new(ShowcaseFileViewType) s.Description = Description return s }
go
func NewShowcaseFileViewType(Description string) *ShowcaseFileViewType { s := new(ShowcaseFileViewType) s.Description = Description return s }
[ "func", "NewShowcaseFileViewType", "(", "Description", "string", ")", "*", "ShowcaseFileViewType", "{", "s", ":=", "new", "(", "ShowcaseFileViewType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewShowcaseFileViewType returns a new ShowcaseFileViewType instance
[ "NewShowcaseFileViewType", "returns", "a", "new", "ShowcaseFileViewType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16279-L16283
138,632
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcasePermanentlyDeletedDetails
func NewShowcasePermanentlyDeletedDetails(EventUuid string) *ShowcasePermanentlyDeletedDetails { s := new(ShowcasePermanentlyDeletedDetails) s.EventUuid = EventUuid return s }
go
func NewShowcasePermanentlyDeletedDetails(EventUuid string) *ShowcasePermanentlyDeletedDetails { s := new(ShowcasePermanentlyDeletedDetails) s.EventUuid = EventUuid return s }
[ "func", "NewShowcasePermanentlyDeletedDetails", "(", "EventUuid", "string", ")", "*", "ShowcasePermanentlyDeletedDetails", "{", "s", ":=", "new", "(", "ShowcasePermanentlyDeletedDetails", ")", "\n", "s", ".", "EventUuid", "=", "EventUuid", "\n", "return", "s", "\n", ...
// NewShowcasePermanentlyDeletedDetails returns a new ShowcasePermanentlyDeletedDetails instance
[ "NewShowcasePermanentlyDeletedDetails", "returns", "a", "new", "ShowcasePermanentlyDeletedDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16292-L16296
138,633
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcasePermanentlyDeletedType
func NewShowcasePermanentlyDeletedType(Description string) *ShowcasePermanentlyDeletedType { s := new(ShowcasePermanentlyDeletedType) s.Description = Description return s }
go
func NewShowcasePermanentlyDeletedType(Description string) *ShowcasePermanentlyDeletedType { s := new(ShowcasePermanentlyDeletedType) s.Description = Description return s }
[ "func", "NewShowcasePermanentlyDeletedType", "(", "Description", "string", ")", "*", "ShowcasePermanentlyDeletedType", "{", "s", ":=", "new", "(", "ShowcasePermanentlyDeletedType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}...
// NewShowcasePermanentlyDeletedType returns a new ShowcasePermanentlyDeletedType instance
[ "NewShowcasePermanentlyDeletedType", "returns", "a", "new", "ShowcasePermanentlyDeletedType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16305-L16309
138,634
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcasePostCommentDetails
func NewShowcasePostCommentDetails(EventUuid string) *ShowcasePostCommentDetails { s := new(ShowcasePostCommentDetails) s.EventUuid = EventUuid return s }
go
func NewShowcasePostCommentDetails(EventUuid string) *ShowcasePostCommentDetails { s := new(ShowcasePostCommentDetails) s.EventUuid = EventUuid return s }
[ "func", "NewShowcasePostCommentDetails", "(", "EventUuid", "string", ")", "*", "ShowcasePostCommentDetails", "{", "s", ":=", "new", "(", "ShowcasePostCommentDetails", ")", "\n", "s", ".", "EventUuid", "=", "EventUuid", "\n", "return", "s", "\n", "}" ]
// NewShowcasePostCommentDetails returns a new ShowcasePostCommentDetails instance
[ "NewShowcasePostCommentDetails", "returns", "a", "new", "ShowcasePostCommentDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16320-L16324
138,635
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcasePostCommentType
func NewShowcasePostCommentType(Description string) *ShowcasePostCommentType { s := new(ShowcasePostCommentType) s.Description = Description return s }
go
func NewShowcasePostCommentType(Description string) *ShowcasePostCommentType { s := new(ShowcasePostCommentType) s.Description = Description return s }
[ "func", "NewShowcasePostCommentType", "(", "Description", "string", ")", "*", "ShowcasePostCommentType", "{", "s", ":=", "new", "(", "ShowcasePostCommentType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewShowcasePostCommentType returns a new ShowcasePostCommentType instance
[ "NewShowcasePostCommentType", "returns", "a", "new", "ShowcasePostCommentType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16333-L16337
138,636
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseRemoveMemberDetails
func NewShowcaseRemoveMemberDetails(EventUuid string) *ShowcaseRemoveMemberDetails { s := new(ShowcaseRemoveMemberDetails) s.EventUuid = EventUuid return s }
go
func NewShowcaseRemoveMemberDetails(EventUuid string) *ShowcaseRemoveMemberDetails { s := new(ShowcaseRemoveMemberDetails) s.EventUuid = EventUuid return s }
[ "func", "NewShowcaseRemoveMemberDetails", "(", "EventUuid", "string", ")", "*", "ShowcaseRemoveMemberDetails", "{", "s", ":=", "new", "(", "ShowcaseRemoveMemberDetails", ")", "\n", "s", ".", "EventUuid", "=", "EventUuid", "\n", "return", "s", "\n", "}" ]
// NewShowcaseRemoveMemberDetails returns a new ShowcaseRemoveMemberDetails instance
[ "NewShowcaseRemoveMemberDetails", "returns", "a", "new", "ShowcaseRemoveMemberDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16346-L16350
138,637
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseRemoveMemberType
func NewShowcaseRemoveMemberType(Description string) *ShowcaseRemoveMemberType { s := new(ShowcaseRemoveMemberType) s.Description = Description return s }
go
func NewShowcaseRemoveMemberType(Description string) *ShowcaseRemoveMemberType { s := new(ShowcaseRemoveMemberType) s.Description = Description return s }
[ "func", "NewShowcaseRemoveMemberType", "(", "Description", "string", ")", "*", "ShowcaseRemoveMemberType", "{", "s", ":=", "new", "(", "ShowcaseRemoveMemberType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewShowcaseRemoveMemberType returns a new ShowcaseRemoveMemberType instance
[ "NewShowcaseRemoveMemberType", "returns", "a", "new", "ShowcaseRemoveMemberType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16359-L16363
138,638
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseRenamedDetails
func NewShowcaseRenamedDetails(EventUuid string) *ShowcaseRenamedDetails { s := new(ShowcaseRenamedDetails) s.EventUuid = EventUuid return s }
go
func NewShowcaseRenamedDetails(EventUuid string) *ShowcaseRenamedDetails { s := new(ShowcaseRenamedDetails) s.EventUuid = EventUuid return s }
[ "func", "NewShowcaseRenamedDetails", "(", "EventUuid", "string", ")", "*", "ShowcaseRenamedDetails", "{", "s", ":=", "new", "(", "ShowcaseRenamedDetails", ")", "\n", "s", ".", "EventUuid", "=", "EventUuid", "\n", "return", "s", "\n", "}" ]
// NewShowcaseRenamedDetails returns a new ShowcaseRenamedDetails instance
[ "NewShowcaseRenamedDetails", "returns", "a", "new", "ShowcaseRenamedDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16372-L16376
138,639
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseRenamedType
func NewShowcaseRenamedType(Description string) *ShowcaseRenamedType { s := new(ShowcaseRenamedType) s.Description = Description return s }
go
func NewShowcaseRenamedType(Description string) *ShowcaseRenamedType { s := new(ShowcaseRenamedType) s.Description = Description return s }
[ "func", "NewShowcaseRenamedType", "(", "Description", "string", ")", "*", "ShowcaseRenamedType", "{", "s", ":=", "new", "(", "ShowcaseRenamedType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewShowcaseRenamedType returns a new ShowcaseRenamedType instance
[ "NewShowcaseRenamedType", "returns", "a", "new", "ShowcaseRenamedType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16385-L16389
138,640
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseRequestAccessDetails
func NewShowcaseRequestAccessDetails(EventUuid string) *ShowcaseRequestAccessDetails { s := new(ShowcaseRequestAccessDetails) s.EventUuid = EventUuid return s }
go
func NewShowcaseRequestAccessDetails(EventUuid string) *ShowcaseRequestAccessDetails { s := new(ShowcaseRequestAccessDetails) s.EventUuid = EventUuid return s }
[ "func", "NewShowcaseRequestAccessDetails", "(", "EventUuid", "string", ")", "*", "ShowcaseRequestAccessDetails", "{", "s", ":=", "new", "(", "ShowcaseRequestAccessDetails", ")", "\n", "s", ".", "EventUuid", "=", "EventUuid", "\n", "return", "s", "\n", "}" ]
// NewShowcaseRequestAccessDetails returns a new ShowcaseRequestAccessDetails instance
[ "NewShowcaseRequestAccessDetails", "returns", "a", "new", "ShowcaseRequestAccessDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16398-L16402
138,641
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseRequestAccessType
func NewShowcaseRequestAccessType(Description string) *ShowcaseRequestAccessType { s := new(ShowcaseRequestAccessType) s.Description = Description return s }
go
func NewShowcaseRequestAccessType(Description string) *ShowcaseRequestAccessType { s := new(ShowcaseRequestAccessType) s.Description = Description return s }
[ "func", "NewShowcaseRequestAccessType", "(", "Description", "string", ")", "*", "ShowcaseRequestAccessType", "{", "s", ":=", "new", "(", "ShowcaseRequestAccessType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewShowcaseRequestAccessType returns a new ShowcaseRequestAccessType instance
[ "NewShowcaseRequestAccessType", "returns", "a", "new", "ShowcaseRequestAccessType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16411-L16415
138,642
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseResolveCommentDetails
func NewShowcaseResolveCommentDetails(EventUuid string) *ShowcaseResolveCommentDetails { s := new(ShowcaseResolveCommentDetails) s.EventUuid = EventUuid return s }
go
func NewShowcaseResolveCommentDetails(EventUuid string) *ShowcaseResolveCommentDetails { s := new(ShowcaseResolveCommentDetails) s.EventUuid = EventUuid return s }
[ "func", "NewShowcaseResolveCommentDetails", "(", "EventUuid", "string", ")", "*", "ShowcaseResolveCommentDetails", "{", "s", ":=", "new", "(", "ShowcaseResolveCommentDetails", ")", "\n", "s", ".", "EventUuid", "=", "EventUuid", "\n", "return", "s", "\n", "}" ]
// NewShowcaseResolveCommentDetails returns a new ShowcaseResolveCommentDetails instance
[ "NewShowcaseResolveCommentDetails", "returns", "a", "new", "ShowcaseResolveCommentDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16426-L16430
138,643
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseResolveCommentType
func NewShowcaseResolveCommentType(Description string) *ShowcaseResolveCommentType { s := new(ShowcaseResolveCommentType) s.Description = Description return s }
go
func NewShowcaseResolveCommentType(Description string) *ShowcaseResolveCommentType { s := new(ShowcaseResolveCommentType) s.Description = Description return s }
[ "func", "NewShowcaseResolveCommentType", "(", "Description", "string", ")", "*", "ShowcaseResolveCommentType", "{", "s", ":=", "new", "(", "ShowcaseResolveCommentType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewShowcaseResolveCommentType returns a new ShowcaseResolveCommentType instance
[ "NewShowcaseResolveCommentType", "returns", "a", "new", "ShowcaseResolveCommentType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16439-L16443
138,644
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseRestoredDetails
func NewShowcaseRestoredDetails(EventUuid string) *ShowcaseRestoredDetails { s := new(ShowcaseRestoredDetails) s.EventUuid = EventUuid return s }
go
func NewShowcaseRestoredDetails(EventUuid string) *ShowcaseRestoredDetails { s := new(ShowcaseRestoredDetails) s.EventUuid = EventUuid return s }
[ "func", "NewShowcaseRestoredDetails", "(", "EventUuid", "string", ")", "*", "ShowcaseRestoredDetails", "{", "s", ":=", "new", "(", "ShowcaseRestoredDetails", ")", "\n", "s", ".", "EventUuid", "=", "EventUuid", "\n", "return", "s", "\n", "}" ]
// NewShowcaseRestoredDetails returns a new ShowcaseRestoredDetails instance
[ "NewShowcaseRestoredDetails", "returns", "a", "new", "ShowcaseRestoredDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16452-L16456
138,645
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseRestoredType
func NewShowcaseRestoredType(Description string) *ShowcaseRestoredType { s := new(ShowcaseRestoredType) s.Description = Description return s }
go
func NewShowcaseRestoredType(Description string) *ShowcaseRestoredType { s := new(ShowcaseRestoredType) s.Description = Description return s }
[ "func", "NewShowcaseRestoredType", "(", "Description", "string", ")", "*", "ShowcaseRestoredType", "{", "s", ":=", "new", "(", "ShowcaseRestoredType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewShowcaseRestoredType returns a new ShowcaseRestoredType instance
[ "NewShowcaseRestoredType", "returns", "a", "new", "ShowcaseRestoredType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16465-L16469
138,646
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseTrashedDeprecatedDetails
func NewShowcaseTrashedDeprecatedDetails(EventUuid string) *ShowcaseTrashedDeprecatedDetails { s := new(ShowcaseTrashedDeprecatedDetails) s.EventUuid = EventUuid return s }
go
func NewShowcaseTrashedDeprecatedDetails(EventUuid string) *ShowcaseTrashedDeprecatedDetails { s := new(ShowcaseTrashedDeprecatedDetails) s.EventUuid = EventUuid return s }
[ "func", "NewShowcaseTrashedDeprecatedDetails", "(", "EventUuid", "string", ")", "*", "ShowcaseTrashedDeprecatedDetails", "{", "s", ":=", "new", "(", "ShowcaseTrashedDeprecatedDetails", ")", "\n", "s", ".", "EventUuid", "=", "EventUuid", "\n", "return", "s", "\n", "}...
// NewShowcaseTrashedDeprecatedDetails returns a new ShowcaseTrashedDeprecatedDetails instance
[ "NewShowcaseTrashedDeprecatedDetails", "returns", "a", "new", "ShowcaseTrashedDeprecatedDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16478-L16482
138,647
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseTrashedDeprecatedType
func NewShowcaseTrashedDeprecatedType(Description string) *ShowcaseTrashedDeprecatedType { s := new(ShowcaseTrashedDeprecatedType) s.Description = Description return s }
go
func NewShowcaseTrashedDeprecatedType(Description string) *ShowcaseTrashedDeprecatedType { s := new(ShowcaseTrashedDeprecatedType) s.Description = Description return s }
[ "func", "NewShowcaseTrashedDeprecatedType", "(", "Description", "string", ")", "*", "ShowcaseTrashedDeprecatedType", "{", "s", ":=", "new", "(", "ShowcaseTrashedDeprecatedType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewShowcaseTrashedDeprecatedType returns a new ShowcaseTrashedDeprecatedType instance
[ "NewShowcaseTrashedDeprecatedType", "returns", "a", "new", "ShowcaseTrashedDeprecatedType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16491-L16495
138,648
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseTrashedDetails
func NewShowcaseTrashedDetails(EventUuid string) *ShowcaseTrashedDetails { s := new(ShowcaseTrashedDetails) s.EventUuid = EventUuid return s }
go
func NewShowcaseTrashedDetails(EventUuid string) *ShowcaseTrashedDetails { s := new(ShowcaseTrashedDetails) s.EventUuid = EventUuid return s }
[ "func", "NewShowcaseTrashedDetails", "(", "EventUuid", "string", ")", "*", "ShowcaseTrashedDetails", "{", "s", ":=", "new", "(", "ShowcaseTrashedDetails", ")", "\n", "s", ".", "EventUuid", "=", "EventUuid", "\n", "return", "s", "\n", "}" ]
// NewShowcaseTrashedDetails returns a new ShowcaseTrashedDetails instance
[ "NewShowcaseTrashedDetails", "returns", "a", "new", "ShowcaseTrashedDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16504-L16508
138,649
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseTrashedType
func NewShowcaseTrashedType(Description string) *ShowcaseTrashedType { s := new(ShowcaseTrashedType) s.Description = Description return s }
go
func NewShowcaseTrashedType(Description string) *ShowcaseTrashedType { s := new(ShowcaseTrashedType) s.Description = Description return s }
[ "func", "NewShowcaseTrashedType", "(", "Description", "string", ")", "*", "ShowcaseTrashedType", "{", "s", ":=", "new", "(", "ShowcaseTrashedType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewShowcaseTrashedType returns a new ShowcaseTrashedType instance
[ "NewShowcaseTrashedType", "returns", "a", "new", "ShowcaseTrashedType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16517-L16521
138,650
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseUnresolveCommentDetails
func NewShowcaseUnresolveCommentDetails(EventUuid string) *ShowcaseUnresolveCommentDetails { s := new(ShowcaseUnresolveCommentDetails) s.EventUuid = EventUuid return s }
go
func NewShowcaseUnresolveCommentDetails(EventUuid string) *ShowcaseUnresolveCommentDetails { s := new(ShowcaseUnresolveCommentDetails) s.EventUuid = EventUuid return s }
[ "func", "NewShowcaseUnresolveCommentDetails", "(", "EventUuid", "string", ")", "*", "ShowcaseUnresolveCommentDetails", "{", "s", ":=", "new", "(", "ShowcaseUnresolveCommentDetails", ")", "\n", "s", ".", "EventUuid", "=", "EventUuid", "\n", "return", "s", "\n", "}" ]
// NewShowcaseUnresolveCommentDetails returns a new ShowcaseUnresolveCommentDetails instance
[ "NewShowcaseUnresolveCommentDetails", "returns", "a", "new", "ShowcaseUnresolveCommentDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16532-L16536
138,651
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseUnresolveCommentType
func NewShowcaseUnresolveCommentType(Description string) *ShowcaseUnresolveCommentType { s := new(ShowcaseUnresolveCommentType) s.Description = Description return s }
go
func NewShowcaseUnresolveCommentType(Description string) *ShowcaseUnresolveCommentType { s := new(ShowcaseUnresolveCommentType) s.Description = Description return s }
[ "func", "NewShowcaseUnresolveCommentType", "(", "Description", "string", ")", "*", "ShowcaseUnresolveCommentType", "{", "s", ":=", "new", "(", "ShowcaseUnresolveCommentType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewShowcaseUnresolveCommentType returns a new ShowcaseUnresolveCommentType instance
[ "NewShowcaseUnresolveCommentType", "returns", "a", "new", "ShowcaseUnresolveCommentType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16545-L16549
138,652
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseUntrashedDeprecatedDetails
func NewShowcaseUntrashedDeprecatedDetails(EventUuid string) *ShowcaseUntrashedDeprecatedDetails { s := new(ShowcaseUntrashedDeprecatedDetails) s.EventUuid = EventUuid return s }
go
func NewShowcaseUntrashedDeprecatedDetails(EventUuid string) *ShowcaseUntrashedDeprecatedDetails { s := new(ShowcaseUntrashedDeprecatedDetails) s.EventUuid = EventUuid return s }
[ "func", "NewShowcaseUntrashedDeprecatedDetails", "(", "EventUuid", "string", ")", "*", "ShowcaseUntrashedDeprecatedDetails", "{", "s", ":=", "new", "(", "ShowcaseUntrashedDeprecatedDetails", ")", "\n", "s", ".", "EventUuid", "=", "EventUuid", "\n", "return", "s", "\n"...
// NewShowcaseUntrashedDeprecatedDetails returns a new ShowcaseUntrashedDeprecatedDetails instance
[ "NewShowcaseUntrashedDeprecatedDetails", "returns", "a", "new", "ShowcaseUntrashedDeprecatedDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16558-L16562
138,653
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseUntrashedDeprecatedType
func NewShowcaseUntrashedDeprecatedType(Description string) *ShowcaseUntrashedDeprecatedType { s := new(ShowcaseUntrashedDeprecatedType) s.Description = Description return s }
go
func NewShowcaseUntrashedDeprecatedType(Description string) *ShowcaseUntrashedDeprecatedType { s := new(ShowcaseUntrashedDeprecatedType) s.Description = Description return s }
[ "func", "NewShowcaseUntrashedDeprecatedType", "(", "Description", "string", ")", "*", "ShowcaseUntrashedDeprecatedType", "{", "s", ":=", "new", "(", "ShowcaseUntrashedDeprecatedType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", ...
// NewShowcaseUntrashedDeprecatedType returns a new ShowcaseUntrashedDeprecatedType instance
[ "NewShowcaseUntrashedDeprecatedType", "returns", "a", "new", "ShowcaseUntrashedDeprecatedType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16571-L16575
138,654
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseUntrashedDetails
func NewShowcaseUntrashedDetails(EventUuid string) *ShowcaseUntrashedDetails { s := new(ShowcaseUntrashedDetails) s.EventUuid = EventUuid return s }
go
func NewShowcaseUntrashedDetails(EventUuid string) *ShowcaseUntrashedDetails { s := new(ShowcaseUntrashedDetails) s.EventUuid = EventUuid return s }
[ "func", "NewShowcaseUntrashedDetails", "(", "EventUuid", "string", ")", "*", "ShowcaseUntrashedDetails", "{", "s", ":=", "new", "(", "ShowcaseUntrashedDetails", ")", "\n", "s", ".", "EventUuid", "=", "EventUuid", "\n", "return", "s", "\n", "}" ]
// NewShowcaseUntrashedDetails returns a new ShowcaseUntrashedDetails instance
[ "NewShowcaseUntrashedDetails", "returns", "a", "new", "ShowcaseUntrashedDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16584-L16588
138,655
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseUntrashedType
func NewShowcaseUntrashedType(Description string) *ShowcaseUntrashedType { s := new(ShowcaseUntrashedType) s.Description = Description return s }
go
func NewShowcaseUntrashedType(Description string) *ShowcaseUntrashedType { s := new(ShowcaseUntrashedType) s.Description = Description return s }
[ "func", "NewShowcaseUntrashedType", "(", "Description", "string", ")", "*", "ShowcaseUntrashedType", "{", "s", ":=", "new", "(", "ShowcaseUntrashedType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewShowcaseUntrashedType returns a new ShowcaseUntrashedType instance
[ "NewShowcaseUntrashedType", "returns", "a", "new", "ShowcaseUntrashedType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16597-L16601
138,656
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseViewDetails
func NewShowcaseViewDetails(EventUuid string) *ShowcaseViewDetails { s := new(ShowcaseViewDetails) s.EventUuid = EventUuid return s }
go
func NewShowcaseViewDetails(EventUuid string) *ShowcaseViewDetails { s := new(ShowcaseViewDetails) s.EventUuid = EventUuid return s }
[ "func", "NewShowcaseViewDetails", "(", "EventUuid", "string", ")", "*", "ShowcaseViewDetails", "{", "s", ":=", "new", "(", "ShowcaseViewDetails", ")", "\n", "s", ".", "EventUuid", "=", "EventUuid", "\n", "return", "s", "\n", "}" ]
// NewShowcaseViewDetails returns a new ShowcaseViewDetails instance
[ "NewShowcaseViewDetails", "returns", "a", "new", "ShowcaseViewDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16610-L16614
138,657
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewShowcaseViewType
func NewShowcaseViewType(Description string) *ShowcaseViewType { s := new(ShowcaseViewType) s.Description = Description return s }
go
func NewShowcaseViewType(Description string) *ShowcaseViewType { s := new(ShowcaseViewType) s.Description = Description return s }
[ "func", "NewShowcaseViewType", "(", "Description", "string", ")", "*", "ShowcaseViewType", "{", "s", ":=", "new", "(", "ShowcaseViewType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewShowcaseViewType returns a new ShowcaseViewType instance
[ "NewShowcaseViewType", "returns", "a", "new", "ShowcaseViewType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16623-L16627
138,658
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewSignInAsSessionEndType
func NewSignInAsSessionEndType(Description string) *SignInAsSessionEndType { s := new(SignInAsSessionEndType) s.Description = Description return s }
go
func NewSignInAsSessionEndType(Description string) *SignInAsSessionEndType { s := new(SignInAsSessionEndType) s.Description = Description return s }
[ "func", "NewSignInAsSessionEndType", "(", "Description", "string", ")", "*", "SignInAsSessionEndType", "{", "s", ":=", "new", "(", "SignInAsSessionEndType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewSignInAsSessionEndType returns a new SignInAsSessionEndType instance
[ "NewSignInAsSessionEndType", "returns", "a", "new", "SignInAsSessionEndType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16646-L16650
138,659
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewSignInAsSessionStartType
func NewSignInAsSessionStartType(Description string) *SignInAsSessionStartType { s := new(SignInAsSessionStartType) s.Description = Description return s }
go
func NewSignInAsSessionStartType(Description string) *SignInAsSessionStartType { s := new(SignInAsSessionStartType) s.Description = Description return s }
[ "func", "NewSignInAsSessionStartType", "(", "Description", "string", ")", "*", "SignInAsSessionStartType", "{", "s", ":=", "new", "(", "SignInAsSessionStartType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewSignInAsSessionStartType returns a new SignInAsSessionStartType instance
[ "NewSignInAsSessionStartType", "returns", "a", "new", "SignInAsSessionStartType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16669-L16673
138,660
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewSmartSyncChangePolicyType
func NewSmartSyncChangePolicyType(Description string) *SmartSyncChangePolicyType { s := new(SmartSyncChangePolicyType) s.Description = Description return s }
go
func NewSmartSyncChangePolicyType(Description string) *SmartSyncChangePolicyType { s := new(SmartSyncChangePolicyType) s.Description = Description return s }
[ "func", "NewSmartSyncChangePolicyType", "(", "Description", "string", ")", "*", "SmartSyncChangePolicyType", "{", "s", ":=", "new", "(", "SmartSyncChangePolicyType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewSmartSyncChangePolicyType returns a new SmartSyncChangePolicyType instance
[ "NewSmartSyncChangePolicyType", "returns", "a", "new", "SmartSyncChangePolicyType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16697-L16701
138,661
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewSmartSyncCreateAdminPrivilegeReportType
func NewSmartSyncCreateAdminPrivilegeReportType(Description string) *SmartSyncCreateAdminPrivilegeReportType { s := new(SmartSyncCreateAdminPrivilegeReportType) s.Description = Description return s }
go
func NewSmartSyncCreateAdminPrivilegeReportType(Description string) *SmartSyncCreateAdminPrivilegeReportType { s := new(SmartSyncCreateAdminPrivilegeReportType) s.Description = Description return s }
[ "func", "NewSmartSyncCreateAdminPrivilegeReportType", "(", "Description", "string", ")", "*", "SmartSyncCreateAdminPrivilegeReportType", "{", "s", ":=", "new", "(", "SmartSyncCreateAdminPrivilegeReportType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "r...
// NewSmartSyncCreateAdminPrivilegeReportType returns a new SmartSyncCreateAdminPrivilegeReportType instance
[ "NewSmartSyncCreateAdminPrivilegeReportType", "returns", "a", "new", "SmartSyncCreateAdminPrivilegeReportType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16721-L16725
138,662
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewSmartSyncNotOptOutDetails
func NewSmartSyncNotOptOutDetails(PreviousValue *SmartSyncOptOutPolicy, NewValue *SmartSyncOptOutPolicy) *SmartSyncNotOptOutDetails { s := new(SmartSyncNotOptOutDetails) s.PreviousValue = PreviousValue s.NewValue = NewValue return s }
go
func NewSmartSyncNotOptOutDetails(PreviousValue *SmartSyncOptOutPolicy, NewValue *SmartSyncOptOutPolicy) *SmartSyncNotOptOutDetails { s := new(SmartSyncNotOptOutDetails) s.PreviousValue = PreviousValue s.NewValue = NewValue return s }
[ "func", "NewSmartSyncNotOptOutDetails", "(", "PreviousValue", "*", "SmartSyncOptOutPolicy", ",", "NewValue", "*", "SmartSyncOptOutPolicy", ")", "*", "SmartSyncNotOptOutDetails", "{", "s", ":=", "new", "(", "SmartSyncNotOptOutDetails", ")", "\n", "s", ".", "PreviousValue...
// NewSmartSyncNotOptOutDetails returns a new SmartSyncNotOptOutDetails instance
[ "NewSmartSyncNotOptOutDetails", "returns", "a", "new", "SmartSyncNotOptOutDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16736-L16741
138,663
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewSmartSyncNotOptOutType
func NewSmartSyncNotOptOutType(Description string) *SmartSyncNotOptOutType { s := new(SmartSyncNotOptOutType) s.Description = Description return s }
go
func NewSmartSyncNotOptOutType(Description string) *SmartSyncNotOptOutType { s := new(SmartSyncNotOptOutType) s.Description = Description return s }
[ "func", "NewSmartSyncNotOptOutType", "(", "Description", "string", ")", "*", "SmartSyncNotOptOutType", "{", "s", ":=", "new", "(", "SmartSyncNotOptOutType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewSmartSyncNotOptOutType returns a new SmartSyncNotOptOutType instance
[ "NewSmartSyncNotOptOutType", "returns", "a", "new", "SmartSyncNotOptOutType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16750-L16754
138,664
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewSmartSyncOptOutDetails
func NewSmartSyncOptOutDetails(PreviousValue *SmartSyncOptOutPolicy, NewValue *SmartSyncOptOutPolicy) *SmartSyncOptOutDetails { s := new(SmartSyncOptOutDetails) s.PreviousValue = PreviousValue s.NewValue = NewValue return s }
go
func NewSmartSyncOptOutDetails(PreviousValue *SmartSyncOptOutPolicy, NewValue *SmartSyncOptOutPolicy) *SmartSyncOptOutDetails { s := new(SmartSyncOptOutDetails) s.PreviousValue = PreviousValue s.NewValue = NewValue return s }
[ "func", "NewSmartSyncOptOutDetails", "(", "PreviousValue", "*", "SmartSyncOptOutPolicy", ",", "NewValue", "*", "SmartSyncOptOutPolicy", ")", "*", "SmartSyncOptOutDetails", "{", "s", ":=", "new", "(", "SmartSyncOptOutDetails", ")", "\n", "s", ".", "PreviousValue", "=",...
// NewSmartSyncOptOutDetails returns a new SmartSyncOptOutDetails instance
[ "NewSmartSyncOptOutDetails", "returns", "a", "new", "SmartSyncOptOutDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16765-L16770
138,665
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewSmartSyncOptOutType
func NewSmartSyncOptOutType(Description string) *SmartSyncOptOutType { s := new(SmartSyncOptOutType) s.Description = Description return s }
go
func NewSmartSyncOptOutType(Description string) *SmartSyncOptOutType { s := new(SmartSyncOptOutType) s.Description = Description return s }
[ "func", "NewSmartSyncOptOutType", "(", "Description", "string", ")", "*", "SmartSyncOptOutType", "{", "s", ":=", "new", "(", "SmartSyncOptOutType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewSmartSyncOptOutType returns a new SmartSyncOptOutType instance
[ "NewSmartSyncOptOutType", "returns", "a", "new", "SmartSyncOptOutType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16791-L16795
138,666
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewSsoAddCertDetails
func NewSsoAddCertDetails(CertificateDetails *Certificate) *SsoAddCertDetails { s := new(SsoAddCertDetails) s.CertificateDetails = CertificateDetails return s }
go
func NewSsoAddCertDetails(CertificateDetails *Certificate) *SsoAddCertDetails { s := new(SsoAddCertDetails) s.CertificateDetails = CertificateDetails return s }
[ "func", "NewSsoAddCertDetails", "(", "CertificateDetails", "*", "Certificate", ")", "*", "SsoAddCertDetails", "{", "s", ":=", "new", "(", "SsoAddCertDetails", ")", "\n", "s", ".", "CertificateDetails", "=", "CertificateDetails", "\n", "return", "s", "\n", "}" ]
// NewSsoAddCertDetails returns a new SsoAddCertDetails instance
[ "NewSsoAddCertDetails", "returns", "a", "new", "SsoAddCertDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16830-L16834
138,667
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewSsoAddCertType
func NewSsoAddCertType(Description string) *SsoAddCertType { s := new(SsoAddCertType) s.Description = Description return s }
go
func NewSsoAddCertType(Description string) *SsoAddCertType { s := new(SsoAddCertType) s.Description = Description return s }
[ "func", "NewSsoAddCertType", "(", "Description", "string", ")", "*", "SsoAddCertType", "{", "s", ":=", "new", "(", "SsoAddCertType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewSsoAddCertType returns a new SsoAddCertType instance
[ "NewSsoAddCertType", "returns", "a", "new", "SsoAddCertType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16843-L16847
138,668
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewSsoAddLoginUrlDetails
func NewSsoAddLoginUrlDetails(NewValue string) *SsoAddLoginUrlDetails { s := new(SsoAddLoginUrlDetails) s.NewValue = NewValue return s }
go
func NewSsoAddLoginUrlDetails(NewValue string) *SsoAddLoginUrlDetails { s := new(SsoAddLoginUrlDetails) s.NewValue = NewValue return s }
[ "func", "NewSsoAddLoginUrlDetails", "(", "NewValue", "string", ")", "*", "SsoAddLoginUrlDetails", "{", "s", ":=", "new", "(", "SsoAddLoginUrlDetails", ")", "\n", "s", ".", "NewValue", "=", "NewValue", "\n", "return", "s", "\n", "}" ]
// NewSsoAddLoginUrlDetails returns a new SsoAddLoginUrlDetails instance
[ "NewSsoAddLoginUrlDetails", "returns", "a", "new", "SsoAddLoginUrlDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16856-L16860
138,669
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewSsoAddLoginUrlType
func NewSsoAddLoginUrlType(Description string) *SsoAddLoginUrlType { s := new(SsoAddLoginUrlType) s.Description = Description return s }
go
func NewSsoAddLoginUrlType(Description string) *SsoAddLoginUrlType { s := new(SsoAddLoginUrlType) s.Description = Description return s }
[ "func", "NewSsoAddLoginUrlType", "(", "Description", "string", ")", "*", "SsoAddLoginUrlType", "{", "s", ":=", "new", "(", "SsoAddLoginUrlType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewSsoAddLoginUrlType returns a new SsoAddLoginUrlType instance
[ "NewSsoAddLoginUrlType", "returns", "a", "new", "SsoAddLoginUrlType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16869-L16873
138,670
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewSsoAddLogoutUrlType
func NewSsoAddLogoutUrlType(Description string) *SsoAddLogoutUrlType { s := new(SsoAddLogoutUrlType) s.Description = Description return s }
go
func NewSsoAddLogoutUrlType(Description string) *SsoAddLogoutUrlType { s := new(SsoAddLogoutUrlType) s.Description = Description return s }
[ "func", "NewSsoAddLogoutUrlType", "(", "Description", "string", ")", "*", "SsoAddLogoutUrlType", "{", "s", ":=", "new", "(", "SsoAddLogoutUrlType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewSsoAddLogoutUrlType returns a new SsoAddLogoutUrlType instance
[ "NewSsoAddLogoutUrlType", "returns", "a", "new", "SsoAddLogoutUrlType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16895-L16899
138,671
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewSsoChangeCertDetails
func NewSsoChangeCertDetails(NewCertificateDetails *Certificate) *SsoChangeCertDetails { s := new(SsoChangeCertDetails) s.NewCertificateDetails = NewCertificateDetails return s }
go
func NewSsoChangeCertDetails(NewCertificateDetails *Certificate) *SsoChangeCertDetails { s := new(SsoChangeCertDetails) s.NewCertificateDetails = NewCertificateDetails return s }
[ "func", "NewSsoChangeCertDetails", "(", "NewCertificateDetails", "*", "Certificate", ")", "*", "SsoChangeCertDetails", "{", "s", ":=", "new", "(", "SsoChangeCertDetails", ")", "\n", "s", ".", "NewCertificateDetails", "=", "NewCertificateDetails", "\n", "return", "s", ...
// NewSsoChangeCertDetails returns a new SsoChangeCertDetails instance
[ "NewSsoChangeCertDetails", "returns", "a", "new", "SsoChangeCertDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16911-L16915
138,672
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewSsoChangeCertType
func NewSsoChangeCertType(Description string) *SsoChangeCertType { s := new(SsoChangeCertType) s.Description = Description return s }
go
func NewSsoChangeCertType(Description string) *SsoChangeCertType { s := new(SsoChangeCertType) s.Description = Description return s }
[ "func", "NewSsoChangeCertType", "(", "Description", "string", ")", "*", "SsoChangeCertType", "{", "s", ":=", "new", "(", "SsoChangeCertType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewSsoChangeCertType returns a new SsoChangeCertType instance
[ "NewSsoChangeCertType", "returns", "a", "new", "SsoChangeCertType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16924-L16928
138,673
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewSsoChangeLoginUrlDetails
func NewSsoChangeLoginUrlDetails(PreviousValue string, NewValue string) *SsoChangeLoginUrlDetails { s := new(SsoChangeLoginUrlDetails) s.PreviousValue = PreviousValue s.NewValue = NewValue return s }
go
func NewSsoChangeLoginUrlDetails(PreviousValue string, NewValue string) *SsoChangeLoginUrlDetails { s := new(SsoChangeLoginUrlDetails) s.PreviousValue = PreviousValue s.NewValue = NewValue return s }
[ "func", "NewSsoChangeLoginUrlDetails", "(", "PreviousValue", "string", ",", "NewValue", "string", ")", "*", "SsoChangeLoginUrlDetails", "{", "s", ":=", "new", "(", "SsoChangeLoginUrlDetails", ")", "\n", "s", ".", "PreviousValue", "=", "PreviousValue", "\n", "s", "...
// NewSsoChangeLoginUrlDetails returns a new SsoChangeLoginUrlDetails instance
[ "NewSsoChangeLoginUrlDetails", "returns", "a", "new", "SsoChangeLoginUrlDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16939-L16944
138,674
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewSsoChangeLoginUrlType
func NewSsoChangeLoginUrlType(Description string) *SsoChangeLoginUrlType { s := new(SsoChangeLoginUrlType) s.Description = Description return s }
go
func NewSsoChangeLoginUrlType(Description string) *SsoChangeLoginUrlType { s := new(SsoChangeLoginUrlType) s.Description = Description return s }
[ "func", "NewSsoChangeLoginUrlType", "(", "Description", "string", ")", "*", "SsoChangeLoginUrlType", "{", "s", ":=", "new", "(", "SsoChangeLoginUrlType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewSsoChangeLoginUrlType returns a new SsoChangeLoginUrlType instance
[ "NewSsoChangeLoginUrlType", "returns", "a", "new", "SsoChangeLoginUrlType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16953-L16957
138,675
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewSsoChangeLogoutUrlType
func NewSsoChangeLogoutUrlType(Description string) *SsoChangeLogoutUrlType { s := new(SsoChangeLogoutUrlType) s.Description = Description return s }
go
func NewSsoChangeLogoutUrlType(Description string) *SsoChangeLogoutUrlType { s := new(SsoChangeLogoutUrlType) s.Description = Description return s }
[ "func", "NewSsoChangeLogoutUrlType", "(", "Description", "string", ")", "*", "SsoChangeLogoutUrlType", "{", "s", ":=", "new", "(", "SsoChangeLogoutUrlType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewSsoChangeLogoutUrlType returns a new SsoChangeLogoutUrlType instance
[ "NewSsoChangeLogoutUrlType", "returns", "a", "new", "SsoChangeLogoutUrlType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16982-L16986
138,676
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewSsoChangePolicyDetails
func NewSsoChangePolicyDetails(NewValue *team_policies.SsoPolicy) *SsoChangePolicyDetails { s := new(SsoChangePolicyDetails) s.NewValue = NewValue return s }
go
func NewSsoChangePolicyDetails(NewValue *team_policies.SsoPolicy) *SsoChangePolicyDetails { s := new(SsoChangePolicyDetails) s.NewValue = NewValue return s }
[ "func", "NewSsoChangePolicyDetails", "(", "NewValue", "*", "team_policies", ".", "SsoPolicy", ")", "*", "SsoChangePolicyDetails", "{", "s", ":=", "new", "(", "SsoChangePolicyDetails", ")", "\n", "s", ".", "NewValue", "=", "NewValue", "\n", "return", "s", "\n", ...
// NewSsoChangePolicyDetails returns a new SsoChangePolicyDetails instance
[ "NewSsoChangePolicyDetails", "returns", "a", "new", "SsoChangePolicyDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L16998-L17002
138,677
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewSsoChangePolicyType
func NewSsoChangePolicyType(Description string) *SsoChangePolicyType { s := new(SsoChangePolicyType) s.Description = Description return s }
go
func NewSsoChangePolicyType(Description string) *SsoChangePolicyType { s := new(SsoChangePolicyType) s.Description = Description return s }
[ "func", "NewSsoChangePolicyType", "(", "Description", "string", ")", "*", "SsoChangePolicyType", "{", "s", ":=", "new", "(", "SsoChangePolicyType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewSsoChangePolicyType returns a new SsoChangePolicyType instance
[ "NewSsoChangePolicyType", "returns", "a", "new", "SsoChangePolicyType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L17011-L17015
138,678
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewSsoChangeSamlIdentityModeDetails
func NewSsoChangeSamlIdentityModeDetails(PreviousValue int64, NewValue int64) *SsoChangeSamlIdentityModeDetails { s := new(SsoChangeSamlIdentityModeDetails) s.PreviousValue = PreviousValue s.NewValue = NewValue return s }
go
func NewSsoChangeSamlIdentityModeDetails(PreviousValue int64, NewValue int64) *SsoChangeSamlIdentityModeDetails { s := new(SsoChangeSamlIdentityModeDetails) s.PreviousValue = PreviousValue s.NewValue = NewValue return s }
[ "func", "NewSsoChangeSamlIdentityModeDetails", "(", "PreviousValue", "int64", ",", "NewValue", "int64", ")", "*", "SsoChangeSamlIdentityModeDetails", "{", "s", ":=", "new", "(", "SsoChangeSamlIdentityModeDetails", ")", "\n", "s", ".", "PreviousValue", "=", "PreviousValu...
// NewSsoChangeSamlIdentityModeDetails returns a new SsoChangeSamlIdentityModeDetails instance
[ "NewSsoChangeSamlIdentityModeDetails", "returns", "a", "new", "SsoChangeSamlIdentityModeDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L17026-L17031
138,679
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewSsoChangeSamlIdentityModeType
func NewSsoChangeSamlIdentityModeType(Description string) *SsoChangeSamlIdentityModeType { s := new(SsoChangeSamlIdentityModeType) s.Description = Description return s }
go
func NewSsoChangeSamlIdentityModeType(Description string) *SsoChangeSamlIdentityModeType { s := new(SsoChangeSamlIdentityModeType) s.Description = Description return s }
[ "func", "NewSsoChangeSamlIdentityModeType", "(", "Description", "string", ")", "*", "SsoChangeSamlIdentityModeType", "{", "s", ":=", "new", "(", "SsoChangeSamlIdentityModeType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewSsoChangeSamlIdentityModeType returns a new SsoChangeSamlIdentityModeType instance
[ "NewSsoChangeSamlIdentityModeType", "returns", "a", "new", "SsoChangeSamlIdentityModeType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L17040-L17044
138,680
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewSsoErrorDetails
func NewSsoErrorDetails(ErrorDetails *FailureDetailsLogInfo) *SsoErrorDetails { s := new(SsoErrorDetails) s.ErrorDetails = ErrorDetails return s }
go
func NewSsoErrorDetails(ErrorDetails *FailureDetailsLogInfo) *SsoErrorDetails { s := new(SsoErrorDetails) s.ErrorDetails = ErrorDetails return s }
[ "func", "NewSsoErrorDetails", "(", "ErrorDetails", "*", "FailureDetailsLogInfo", ")", "*", "SsoErrorDetails", "{", "s", ":=", "new", "(", "SsoErrorDetails", ")", "\n", "s", ".", "ErrorDetails", "=", "ErrorDetails", "\n", "return", "s", "\n", "}" ]
// NewSsoErrorDetails returns a new SsoErrorDetails instance
[ "NewSsoErrorDetails", "returns", "a", "new", "SsoErrorDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L17053-L17057
138,681
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewSsoErrorType
func NewSsoErrorType(Description string) *SsoErrorType { s := new(SsoErrorType) s.Description = Description return s }
go
func NewSsoErrorType(Description string) *SsoErrorType { s := new(SsoErrorType) s.Description = Description return s }
[ "func", "NewSsoErrorType", "(", "Description", "string", ")", "*", "SsoErrorType", "{", "s", ":=", "new", "(", "SsoErrorType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewSsoErrorType returns a new SsoErrorType instance
[ "NewSsoErrorType", "returns", "a", "new", "SsoErrorType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L17066-L17070
138,682
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewSsoRemoveCertType
func NewSsoRemoveCertType(Description string) *SsoRemoveCertType { s := new(SsoRemoveCertType) s.Description = Description return s }
go
func NewSsoRemoveCertType(Description string) *SsoRemoveCertType { s := new(SsoRemoveCertType) s.Description = Description return s }
[ "func", "NewSsoRemoveCertType", "(", "Description", "string", ")", "*", "SsoRemoveCertType", "{", "s", ":=", "new", "(", "SsoRemoveCertType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewSsoRemoveCertType returns a new SsoRemoveCertType instance
[ "NewSsoRemoveCertType", "returns", "a", "new", "SsoRemoveCertType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L17089-L17093
138,683
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewSsoRemoveLoginUrlDetails
func NewSsoRemoveLoginUrlDetails(PreviousValue string) *SsoRemoveLoginUrlDetails { s := new(SsoRemoveLoginUrlDetails) s.PreviousValue = PreviousValue return s }
go
func NewSsoRemoveLoginUrlDetails(PreviousValue string) *SsoRemoveLoginUrlDetails { s := new(SsoRemoveLoginUrlDetails) s.PreviousValue = PreviousValue return s }
[ "func", "NewSsoRemoveLoginUrlDetails", "(", "PreviousValue", "string", ")", "*", "SsoRemoveLoginUrlDetails", "{", "s", ":=", "new", "(", "SsoRemoveLoginUrlDetails", ")", "\n", "s", ".", "PreviousValue", "=", "PreviousValue", "\n", "return", "s", "\n", "}" ]
// NewSsoRemoveLoginUrlDetails returns a new SsoRemoveLoginUrlDetails instance
[ "NewSsoRemoveLoginUrlDetails", "returns", "a", "new", "SsoRemoveLoginUrlDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L17102-L17106
138,684
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewSsoRemoveLoginUrlType
func NewSsoRemoveLoginUrlType(Description string) *SsoRemoveLoginUrlType { s := new(SsoRemoveLoginUrlType) s.Description = Description return s }
go
func NewSsoRemoveLoginUrlType(Description string) *SsoRemoveLoginUrlType { s := new(SsoRemoveLoginUrlType) s.Description = Description return s }
[ "func", "NewSsoRemoveLoginUrlType", "(", "Description", "string", ")", "*", "SsoRemoveLoginUrlType", "{", "s", ":=", "new", "(", "SsoRemoveLoginUrlType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewSsoRemoveLoginUrlType returns a new SsoRemoveLoginUrlType instance
[ "NewSsoRemoveLoginUrlType", "returns", "a", "new", "SsoRemoveLoginUrlType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L17115-L17119
138,685
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewSsoRemoveLogoutUrlDetails
func NewSsoRemoveLogoutUrlDetails(PreviousValue string) *SsoRemoveLogoutUrlDetails { s := new(SsoRemoveLogoutUrlDetails) s.PreviousValue = PreviousValue return s }
go
func NewSsoRemoveLogoutUrlDetails(PreviousValue string) *SsoRemoveLogoutUrlDetails { s := new(SsoRemoveLogoutUrlDetails) s.PreviousValue = PreviousValue return s }
[ "func", "NewSsoRemoveLogoutUrlDetails", "(", "PreviousValue", "string", ")", "*", "SsoRemoveLogoutUrlDetails", "{", "s", ":=", "new", "(", "SsoRemoveLogoutUrlDetails", ")", "\n", "s", ".", "PreviousValue", "=", "PreviousValue", "\n", "return", "s", "\n", "}" ]
// NewSsoRemoveLogoutUrlDetails returns a new SsoRemoveLogoutUrlDetails instance
[ "NewSsoRemoveLogoutUrlDetails", "returns", "a", "new", "SsoRemoveLogoutUrlDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L17128-L17132
138,686
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewSsoRemoveLogoutUrlType
func NewSsoRemoveLogoutUrlType(Description string) *SsoRemoveLogoutUrlType { s := new(SsoRemoveLogoutUrlType) s.Description = Description return s }
go
func NewSsoRemoveLogoutUrlType(Description string) *SsoRemoveLogoutUrlType { s := new(SsoRemoveLogoutUrlType) s.Description = Description return s }
[ "func", "NewSsoRemoveLogoutUrlType", "(", "Description", "string", ")", "*", "SsoRemoveLogoutUrlType", "{", "s", ":=", "new", "(", "SsoRemoveLogoutUrlType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewSsoRemoveLogoutUrlType returns a new SsoRemoveLogoutUrlType instance
[ "NewSsoRemoveLogoutUrlType", "returns", "a", "new", "SsoRemoveLogoutUrlType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L17141-L17145
138,687
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewTeamActivityCreateReportDetails
func NewTeamActivityCreateReportDetails(StartDate time.Time, EndDate time.Time) *TeamActivityCreateReportDetails { s := new(TeamActivityCreateReportDetails) s.StartDate = StartDate s.EndDate = EndDate return s }
go
func NewTeamActivityCreateReportDetails(StartDate time.Time, EndDate time.Time) *TeamActivityCreateReportDetails { s := new(TeamActivityCreateReportDetails) s.StartDate = StartDate s.EndDate = EndDate return s }
[ "func", "NewTeamActivityCreateReportDetails", "(", "StartDate", "time", ".", "Time", ",", "EndDate", "time", ".", "Time", ")", "*", "TeamActivityCreateReportDetails", "{", "s", ":=", "new", "(", "TeamActivityCreateReportDetails", ")", "\n", "s", ".", "StartDate", ...
// NewTeamActivityCreateReportDetails returns a new TeamActivityCreateReportDetails instance
[ "NewTeamActivityCreateReportDetails", "returns", "a", "new", "TeamActivityCreateReportDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L17156-L17161
138,688
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewTeamActivityCreateReportType
func NewTeamActivityCreateReportType(Description string) *TeamActivityCreateReportType { s := new(TeamActivityCreateReportType) s.Description = Description return s }
go
func NewTeamActivityCreateReportType(Description string) *TeamActivityCreateReportType { s := new(TeamActivityCreateReportType) s.Description = Description return s }
[ "func", "NewTeamActivityCreateReportType", "(", "Description", "string", ")", "*", "TeamActivityCreateReportType", "{", "s", ":=", "new", "(", "TeamActivityCreateReportType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewTeamActivityCreateReportType returns a new TeamActivityCreateReportType instance
[ "NewTeamActivityCreateReportType", "returns", "a", "new", "TeamActivityCreateReportType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L17170-L17174
138,689
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewTeamEvent
func NewTeamEvent(Timestamp time.Time, EventCategory *EventCategory, EventType *EventType, Details *EventDetails) *TeamEvent { s := new(TeamEvent) s.Timestamp = Timestamp s.EventCategory = EventCategory s.EventType = EventType s.Details = Details return s }
go
func NewTeamEvent(Timestamp time.Time, EventCategory *EventCategory, EventType *EventType, Details *EventDetails) *TeamEvent { s := new(TeamEvent) s.Timestamp = Timestamp s.EventCategory = EventCategory s.EventType = EventType s.Details = Details return s }
[ "func", "NewTeamEvent", "(", "Timestamp", "time", ".", "Time", ",", "EventCategory", "*", "EventCategory", ",", "EventType", "*", "EventType", ",", "Details", "*", "EventDetails", ")", "*", "TeamEvent", "{", "s", ":=", "new", "(", "TeamEvent", ")", "\n", "...
// NewTeamEvent returns a new TeamEvent instance
[ "NewTeamEvent", "returns", "a", "new", "TeamEvent", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L17213-L17220
138,690
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewTeamFolderChangeStatusDetails
func NewTeamFolderChangeStatusDetails(NewValue *team.TeamFolderStatus) *TeamFolderChangeStatusDetails { s := new(TeamFolderChangeStatusDetails) s.NewValue = NewValue return s }
go
func NewTeamFolderChangeStatusDetails(NewValue *team.TeamFolderStatus) *TeamFolderChangeStatusDetails { s := new(TeamFolderChangeStatusDetails) s.NewValue = NewValue return s }
[ "func", "NewTeamFolderChangeStatusDetails", "(", "NewValue", "*", "team", ".", "TeamFolderStatus", ")", "*", "TeamFolderChangeStatusDetails", "{", "s", ":=", "new", "(", "TeamFolderChangeStatusDetails", ")", "\n", "s", ".", "NewValue", "=", "NewValue", "\n", "return...
// NewTeamFolderChangeStatusDetails returns a new TeamFolderChangeStatusDetails instance
[ "NewTeamFolderChangeStatusDetails", "returns", "a", "new", "TeamFolderChangeStatusDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L17232-L17236
138,691
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewTeamFolderChangeStatusType
func NewTeamFolderChangeStatusType(Description string) *TeamFolderChangeStatusType { s := new(TeamFolderChangeStatusType) s.Description = Description return s }
go
func NewTeamFolderChangeStatusType(Description string) *TeamFolderChangeStatusType { s := new(TeamFolderChangeStatusType) s.Description = Description return s }
[ "func", "NewTeamFolderChangeStatusType", "(", "Description", "string", ")", "*", "TeamFolderChangeStatusType", "{", "s", ":=", "new", "(", "TeamFolderChangeStatusType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewTeamFolderChangeStatusType returns a new TeamFolderChangeStatusType instance
[ "NewTeamFolderChangeStatusType", "returns", "a", "new", "TeamFolderChangeStatusType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L17245-L17249
138,692
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewTeamFolderCreateType
func NewTeamFolderCreateType(Description string) *TeamFolderCreateType { s := new(TeamFolderCreateType) s.Description = Description return s }
go
func NewTeamFolderCreateType(Description string) *TeamFolderCreateType { s := new(TeamFolderCreateType) s.Description = Description return s }
[ "func", "NewTeamFolderCreateType", "(", "Description", "string", ")", "*", "TeamFolderCreateType", "{", "s", ":=", "new", "(", "TeamFolderCreateType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewTeamFolderCreateType returns a new TeamFolderCreateType instance
[ "NewTeamFolderCreateType", "returns", "a", "new", "TeamFolderCreateType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L17268-L17272
138,693
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewTeamFolderDowngradeDetails
func NewTeamFolderDowngradeDetails(TargetAssetIndex uint64) *TeamFolderDowngradeDetails { s := new(TeamFolderDowngradeDetails) s.TargetAssetIndex = TargetAssetIndex return s }
go
func NewTeamFolderDowngradeDetails(TargetAssetIndex uint64) *TeamFolderDowngradeDetails { s := new(TeamFolderDowngradeDetails) s.TargetAssetIndex = TargetAssetIndex return s }
[ "func", "NewTeamFolderDowngradeDetails", "(", "TargetAssetIndex", "uint64", ")", "*", "TeamFolderDowngradeDetails", "{", "s", ":=", "new", "(", "TeamFolderDowngradeDetails", ")", "\n", "s", ".", "TargetAssetIndex", "=", "TargetAssetIndex", "\n", "return", "s", "\n", ...
// NewTeamFolderDowngradeDetails returns a new TeamFolderDowngradeDetails instance
[ "NewTeamFolderDowngradeDetails", "returns", "a", "new", "TeamFolderDowngradeDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L17281-L17285
138,694
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewTeamFolderDowngradeType
func NewTeamFolderDowngradeType(Description string) *TeamFolderDowngradeType { s := new(TeamFolderDowngradeType) s.Description = Description return s }
go
func NewTeamFolderDowngradeType(Description string) *TeamFolderDowngradeType { s := new(TeamFolderDowngradeType) s.Description = Description return s }
[ "func", "NewTeamFolderDowngradeType", "(", "Description", "string", ")", "*", "TeamFolderDowngradeType", "{", "s", ":=", "new", "(", "TeamFolderDowngradeType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewTeamFolderDowngradeType returns a new TeamFolderDowngradeType instance
[ "NewTeamFolderDowngradeType", "returns", "a", "new", "TeamFolderDowngradeType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L17294-L17298
138,695
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewTeamFolderPermanentlyDeleteType
func NewTeamFolderPermanentlyDeleteType(Description string) *TeamFolderPermanentlyDeleteType { s := new(TeamFolderPermanentlyDeleteType) s.Description = Description return s }
go
func NewTeamFolderPermanentlyDeleteType(Description string) *TeamFolderPermanentlyDeleteType { s := new(TeamFolderPermanentlyDeleteType) s.Description = Description return s }
[ "func", "NewTeamFolderPermanentlyDeleteType", "(", "Description", "string", ")", "*", "TeamFolderPermanentlyDeleteType", "{", "s", ":=", "new", "(", "TeamFolderPermanentlyDeleteType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", ...
// NewTeamFolderPermanentlyDeleteType returns a new TeamFolderPermanentlyDeleteType instance
[ "NewTeamFolderPermanentlyDeleteType", "returns", "a", "new", "TeamFolderPermanentlyDeleteType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L17318-L17322
138,696
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewTeamFolderRenameDetails
func NewTeamFolderRenameDetails(PreviousFolderName string, NewFolderName string) *TeamFolderRenameDetails { s := new(TeamFolderRenameDetails) s.PreviousFolderName = PreviousFolderName s.NewFolderName = NewFolderName return s }
go
func NewTeamFolderRenameDetails(PreviousFolderName string, NewFolderName string) *TeamFolderRenameDetails { s := new(TeamFolderRenameDetails) s.PreviousFolderName = PreviousFolderName s.NewFolderName = NewFolderName return s }
[ "func", "NewTeamFolderRenameDetails", "(", "PreviousFolderName", "string", ",", "NewFolderName", "string", ")", "*", "TeamFolderRenameDetails", "{", "s", ":=", "new", "(", "TeamFolderRenameDetails", ")", "\n", "s", ".", "PreviousFolderName", "=", "PreviousFolderName", ...
// NewTeamFolderRenameDetails returns a new TeamFolderRenameDetails instance
[ "NewTeamFolderRenameDetails", "returns", "a", "new", "TeamFolderRenameDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L17333-L17338
138,697
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewTeamFolderRenameType
func NewTeamFolderRenameType(Description string) *TeamFolderRenameType { s := new(TeamFolderRenameType) s.Description = Description return s }
go
func NewTeamFolderRenameType(Description string) *TeamFolderRenameType { s := new(TeamFolderRenameType) s.Description = Description return s }
[ "func", "NewTeamFolderRenameType", "(", "Description", "string", ")", "*", "TeamFolderRenameType", "{", "s", ":=", "new", "(", "TeamFolderRenameType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewTeamFolderRenameType returns a new TeamFolderRenameType instance
[ "NewTeamFolderRenameType", "returns", "a", "new", "TeamFolderRenameType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L17347-L17351
138,698
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewTeamMergeFromDetails
func NewTeamMergeFromDetails(TeamName string) *TeamMergeFromDetails { s := new(TeamMergeFromDetails) s.TeamName = TeamName return s }
go
func NewTeamMergeFromDetails(TeamName string) *TeamMergeFromDetails { s := new(TeamMergeFromDetails) s.TeamName = TeamName return s }
[ "func", "NewTeamMergeFromDetails", "(", "TeamName", "string", ")", "*", "TeamMergeFromDetails", "{", "s", ":=", "new", "(", "TeamMergeFromDetails", ")", "\n", "s", ".", "TeamName", "=", "TeamName", "\n", "return", "s", "\n", "}" ]
// NewTeamMergeFromDetails returns a new TeamMergeFromDetails instance
[ "NewTeamMergeFromDetails", "returns", "a", "new", "TeamMergeFromDetails", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L17399-L17403
138,699
dropbox/dropbox-sdk-go-unofficial
dropbox/team_log/types.go
NewTeamMergeFromType
func NewTeamMergeFromType(Description string) *TeamMergeFromType { s := new(TeamMergeFromType) s.Description = Description return s }
go
func NewTeamMergeFromType(Description string) *TeamMergeFromType { s := new(TeamMergeFromType) s.Description = Description return s }
[ "func", "NewTeamMergeFromType", "(", "Description", "string", ")", "*", "TeamMergeFromType", "{", "s", ":=", "new", "(", "TeamMergeFromType", ")", "\n", "s", ".", "Description", "=", "Description", "\n", "return", "s", "\n", "}" ]
// NewTeamMergeFromType returns a new TeamMergeFromType instance
[ "NewTeamMergeFromType", "returns", "a", "new", "TeamMergeFromType", "instance" ]
af4558f5e44cef90c2d963e50e76e7dfa46d0c48
https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L17412-L17416