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,500 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewPathLogInfo | func NewPathLogInfo(NamespaceRelative *NamespaceRelativePathLogInfo) *PathLogInfo {
s := new(PathLogInfo)
s.NamespaceRelative = NamespaceRelative
return s
} | go | func NewPathLogInfo(NamespaceRelative *NamespaceRelativePathLogInfo) *PathLogInfo {
s := new(PathLogInfo)
s.NamespaceRelative = NamespaceRelative
return s
} | [
"func",
"NewPathLogInfo",
"(",
"NamespaceRelative",
"*",
"NamespaceRelativePathLogInfo",
")",
"*",
"PathLogInfo",
"{",
"s",
":=",
"new",
"(",
"PathLogInfo",
")",
"\n",
"s",
".",
"NamespaceRelative",
"=",
"NamespaceRelative",
"\n",
"return",
"s",
"\n",
"}"
] | // NewPathLogInfo returns a new PathLogInfo instance | [
"NewPathLogInfo",
"returns",
"a",
"new",
"PathLogInfo",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L13878-L13882 |
138,501 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewPermanentDeleteChangePolicyDetails | func NewPermanentDeleteChangePolicyDetails(NewValue *ContentPermanentDeletePolicy) *PermanentDeleteChangePolicyDetails {
s := new(PermanentDeleteChangePolicyDetails)
s.NewValue = NewValue
return s
} | go | func NewPermanentDeleteChangePolicyDetails(NewValue *ContentPermanentDeletePolicy) *PermanentDeleteChangePolicyDetails {
s := new(PermanentDeleteChangePolicyDetails)
s.NewValue = NewValue
return s
} | [
"func",
"NewPermanentDeleteChangePolicyDetails",
"(",
"NewValue",
"*",
"ContentPermanentDeletePolicy",
")",
"*",
"PermanentDeleteChangePolicyDetails",
"{",
"s",
":=",
"new",
"(",
"PermanentDeleteChangePolicyDetails",
")",
"\n",
"s",
".",
"NewValue",
"=",
"NewValue",
"\n",... | // NewPermanentDeleteChangePolicyDetails returns a new PermanentDeleteChangePolicyDetails instance | [
"NewPermanentDeleteChangePolicyDetails",
"returns",
"a",
"new",
"PermanentDeleteChangePolicyDetails",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L13895-L13899 |
138,502 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewPermanentDeleteChangePolicyType | func NewPermanentDeleteChangePolicyType(Description string) *PermanentDeleteChangePolicyType {
s := new(PermanentDeleteChangePolicyType)
s.Description = Description
return s
} | go | func NewPermanentDeleteChangePolicyType(Description string) *PermanentDeleteChangePolicyType {
s := new(PermanentDeleteChangePolicyType)
s.Description = Description
return s
} | [
"func",
"NewPermanentDeleteChangePolicyType",
"(",
"Description",
"string",
")",
"*",
"PermanentDeleteChangePolicyType",
"{",
"s",
":=",
"new",
"(",
"PermanentDeleteChangePolicyType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
... | // NewPermanentDeleteChangePolicyType returns a new PermanentDeleteChangePolicyType instance | [
"NewPermanentDeleteChangePolicyType",
"returns",
"a",
"new",
"PermanentDeleteChangePolicyType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L13908-L13912 |
138,503 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewRelocateAssetReferencesLogInfo | func NewRelocateAssetReferencesLogInfo(SrcAssetIndex uint64, DestAssetIndex uint64) *RelocateAssetReferencesLogInfo {
s := new(RelocateAssetReferencesLogInfo)
s.SrcAssetIndex = SrcAssetIndex
s.DestAssetIndex = DestAssetIndex
return s
} | go | func NewRelocateAssetReferencesLogInfo(SrcAssetIndex uint64, DestAssetIndex uint64) *RelocateAssetReferencesLogInfo {
s := new(RelocateAssetReferencesLogInfo)
s.SrcAssetIndex = SrcAssetIndex
s.DestAssetIndex = DestAssetIndex
return s
} | [
"func",
"NewRelocateAssetReferencesLogInfo",
"(",
"SrcAssetIndex",
"uint64",
",",
"DestAssetIndex",
"uint64",
")",
"*",
"RelocateAssetReferencesLogInfo",
"{",
"s",
":=",
"new",
"(",
"RelocateAssetReferencesLogInfo",
")",
"\n",
"s",
".",
"SrcAssetIndex",
"=",
"SrcAssetIn... | // NewRelocateAssetReferencesLogInfo returns a new RelocateAssetReferencesLogInfo instance | [
"NewRelocateAssetReferencesLogInfo",
"returns",
"a",
"new",
"RelocateAssetReferencesLogInfo",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L13947-L13952 |
138,504 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewResellerLogInfo | func NewResellerLogInfo(ResellerName string, ResellerEmail string) *ResellerLogInfo {
s := new(ResellerLogInfo)
s.ResellerName = ResellerName
s.ResellerEmail = ResellerEmail
return s
} | go | func NewResellerLogInfo(ResellerName string, ResellerEmail string) *ResellerLogInfo {
s := new(ResellerLogInfo)
s.ResellerName = ResellerName
s.ResellerEmail = ResellerEmail
return s
} | [
"func",
"NewResellerLogInfo",
"(",
"ResellerName",
"string",
",",
"ResellerEmail",
"string",
")",
"*",
"ResellerLogInfo",
"{",
"s",
":=",
"new",
"(",
"ResellerLogInfo",
")",
"\n",
"s",
".",
"ResellerName",
"=",
"ResellerName",
"\n",
"s",
".",
"ResellerEmail",
... | // NewResellerLogInfo returns a new ResellerLogInfo instance | [
"NewResellerLogInfo",
"returns",
"a",
"new",
"ResellerLogInfo",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L13963-L13968 |
138,505 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewResellerSupportSessionEndType | func NewResellerSupportSessionEndType(Description string) *ResellerSupportSessionEndType {
s := new(ResellerSupportSessionEndType)
s.Description = Description
return s
} | go | func NewResellerSupportSessionEndType(Description string) *ResellerSupportSessionEndType {
s := new(ResellerSupportSessionEndType)
s.Description = Description
return s
} | [
"func",
"NewResellerSupportSessionEndType",
"(",
"Description",
"string",
")",
"*",
"ResellerSupportSessionEndType",
"{",
"s",
":=",
"new",
"(",
"ResellerSupportSessionEndType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}"
] | // NewResellerSupportSessionEndType returns a new ResellerSupportSessionEndType instance | [
"NewResellerSupportSessionEndType",
"returns",
"a",
"new",
"ResellerSupportSessionEndType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L13987-L13991 |
138,506 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewResellerSupportSessionStartType | func NewResellerSupportSessionStartType(Description string) *ResellerSupportSessionStartType {
s := new(ResellerSupportSessionStartType)
s.Description = Description
return s
} | go | func NewResellerSupportSessionStartType(Description string) *ResellerSupportSessionStartType {
s := new(ResellerSupportSessionStartType)
s.Description = Description
return s
} | [
"func",
"NewResellerSupportSessionStartType",
"(",
"Description",
"string",
")",
"*",
"ResellerSupportSessionStartType",
"{",
"s",
":=",
"new",
"(",
"ResellerSupportSessionStartType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
... | // NewResellerSupportSessionStartType returns a new ResellerSupportSessionStartType instance | [
"NewResellerSupportSessionStartType",
"returns",
"a",
"new",
"ResellerSupportSessionStartType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14010-L14014 |
138,507 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSecondaryMailsPolicyChangedDetails | func NewSecondaryMailsPolicyChangedDetails(PreviousValue *SecondaryMailsPolicy, NewValue *SecondaryMailsPolicy) *SecondaryMailsPolicyChangedDetails {
s := new(SecondaryMailsPolicyChangedDetails)
s.PreviousValue = PreviousValue
s.NewValue = NewValue
return s
} | go | func NewSecondaryMailsPolicyChangedDetails(PreviousValue *SecondaryMailsPolicy, NewValue *SecondaryMailsPolicy) *SecondaryMailsPolicyChangedDetails {
s := new(SecondaryMailsPolicyChangedDetails)
s.PreviousValue = PreviousValue
s.NewValue = NewValue
return s
} | [
"func",
"NewSecondaryMailsPolicyChangedDetails",
"(",
"PreviousValue",
"*",
"SecondaryMailsPolicy",
",",
"NewValue",
"*",
"SecondaryMailsPolicy",
")",
"*",
"SecondaryMailsPolicyChangedDetails",
"{",
"s",
":=",
"new",
"(",
"SecondaryMailsPolicyChangedDetails",
")",
"\n",
"s"... | // NewSecondaryMailsPolicyChangedDetails returns a new SecondaryMailsPolicyChangedDetails instance | [
"NewSecondaryMailsPolicyChangedDetails",
"returns",
"a",
"new",
"SecondaryMailsPolicyChangedDetails",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14037-L14042 |
138,508 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSecondaryMailsPolicyChangedType | func NewSecondaryMailsPolicyChangedType(Description string) *SecondaryMailsPolicyChangedType {
s := new(SecondaryMailsPolicyChangedType)
s.Description = Description
return s
} | go | func NewSecondaryMailsPolicyChangedType(Description string) *SecondaryMailsPolicyChangedType {
s := new(SecondaryMailsPolicyChangedType)
s.Description = Description
return s
} | [
"func",
"NewSecondaryMailsPolicyChangedType",
"(",
"Description",
"string",
")",
"*",
"SecondaryMailsPolicyChangedType",
"{",
"s",
":=",
"new",
"(",
"SecondaryMailsPolicyChangedType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
... | // NewSecondaryMailsPolicyChangedType returns a new SecondaryMailsPolicyChangedType instance | [
"NewSecondaryMailsPolicyChangedType",
"returns",
"a",
"new",
"SecondaryMailsPolicyChangedType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14051-L14055 |
138,509 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSfAddGroupDetails | func NewSfAddGroupDetails(TargetAssetIndex uint64, OriginalFolderName string, TeamName string) *SfAddGroupDetails {
s := new(SfAddGroupDetails)
s.TargetAssetIndex = TargetAssetIndex
s.OriginalFolderName = OriginalFolderName
s.TeamName = TeamName
return s
} | go | func NewSfAddGroupDetails(TargetAssetIndex uint64, OriginalFolderName string, TeamName string) *SfAddGroupDetails {
s := new(SfAddGroupDetails)
s.TargetAssetIndex = TargetAssetIndex
s.OriginalFolderName = OriginalFolderName
s.TeamName = TeamName
return s
} | [
"func",
"NewSfAddGroupDetails",
"(",
"TargetAssetIndex",
"uint64",
",",
"OriginalFolderName",
"string",
",",
"TeamName",
"string",
")",
"*",
"SfAddGroupDetails",
"{",
"s",
":=",
"new",
"(",
"SfAddGroupDetails",
")",
"\n",
"s",
".",
"TargetAssetIndex",
"=",
"Target... | // NewSfAddGroupDetails returns a new SfAddGroupDetails instance | [
"NewSfAddGroupDetails",
"returns",
"a",
"new",
"SfAddGroupDetails",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14071-L14077 |
138,510 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSfAddGroupType | func NewSfAddGroupType(Description string) *SfAddGroupType {
s := new(SfAddGroupType)
s.Description = Description
return s
} | go | func NewSfAddGroupType(Description string) *SfAddGroupType {
s := new(SfAddGroupType)
s.Description = Description
return s
} | [
"func",
"NewSfAddGroupType",
"(",
"Description",
"string",
")",
"*",
"SfAddGroupType",
"{",
"s",
":=",
"new",
"(",
"SfAddGroupType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSfAddGroupType returns a new SfAddGroupType instance | [
"NewSfAddGroupType",
"returns",
"a",
"new",
"SfAddGroupType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14086-L14090 |
138,511 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSfAllowNonMembersToViewSharedLinksDetails | func NewSfAllowNonMembersToViewSharedLinksDetails(TargetAssetIndex uint64, OriginalFolderName string) *SfAllowNonMembersToViewSharedLinksDetails {
s := new(SfAllowNonMembersToViewSharedLinksDetails)
s.TargetAssetIndex = TargetAssetIndex
s.OriginalFolderName = OriginalFolderName
return s
} | go | func NewSfAllowNonMembersToViewSharedLinksDetails(TargetAssetIndex uint64, OriginalFolderName string) *SfAllowNonMembersToViewSharedLinksDetails {
s := new(SfAllowNonMembersToViewSharedLinksDetails)
s.TargetAssetIndex = TargetAssetIndex
s.OriginalFolderName = OriginalFolderName
return s
} | [
"func",
"NewSfAllowNonMembersToViewSharedLinksDetails",
"(",
"TargetAssetIndex",
"uint64",
",",
"OriginalFolderName",
"string",
")",
"*",
"SfAllowNonMembersToViewSharedLinksDetails",
"{",
"s",
":=",
"new",
"(",
"SfAllowNonMembersToViewSharedLinksDetails",
")",
"\n",
"s",
".",... | // NewSfAllowNonMembersToViewSharedLinksDetails returns a new SfAllowNonMembersToViewSharedLinksDetails instance | [
"NewSfAllowNonMembersToViewSharedLinksDetails",
"returns",
"a",
"new",
"SfAllowNonMembersToViewSharedLinksDetails",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14105-L14110 |
138,512 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSfAllowNonMembersToViewSharedLinksType | func NewSfAllowNonMembersToViewSharedLinksType(Description string) *SfAllowNonMembersToViewSharedLinksType {
s := new(SfAllowNonMembersToViewSharedLinksType)
s.Description = Description
return s
} | go | func NewSfAllowNonMembersToViewSharedLinksType(Description string) *SfAllowNonMembersToViewSharedLinksType {
s := new(SfAllowNonMembersToViewSharedLinksType)
s.Description = Description
return s
} | [
"func",
"NewSfAllowNonMembersToViewSharedLinksType",
"(",
"Description",
"string",
")",
"*",
"SfAllowNonMembersToViewSharedLinksType",
"{",
"s",
":=",
"new",
"(",
"SfAllowNonMembersToViewSharedLinksType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"retu... | // NewSfAllowNonMembersToViewSharedLinksType returns a new SfAllowNonMembersToViewSharedLinksType instance | [
"NewSfAllowNonMembersToViewSharedLinksType",
"returns",
"a",
"new",
"SfAllowNonMembersToViewSharedLinksType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14119-L14123 |
138,513 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSfExternalInviteWarnDetails | func NewSfExternalInviteWarnDetails(TargetAssetIndex uint64, OriginalFolderName string) *SfExternalInviteWarnDetails {
s := new(SfExternalInviteWarnDetails)
s.TargetAssetIndex = TargetAssetIndex
s.OriginalFolderName = OriginalFolderName
return s
} | go | func NewSfExternalInviteWarnDetails(TargetAssetIndex uint64, OriginalFolderName string) *SfExternalInviteWarnDetails {
s := new(SfExternalInviteWarnDetails)
s.TargetAssetIndex = TargetAssetIndex
s.OriginalFolderName = OriginalFolderName
return s
} | [
"func",
"NewSfExternalInviteWarnDetails",
"(",
"TargetAssetIndex",
"uint64",
",",
"OriginalFolderName",
"string",
")",
"*",
"SfExternalInviteWarnDetails",
"{",
"s",
":=",
"new",
"(",
"SfExternalInviteWarnDetails",
")",
"\n",
"s",
".",
"TargetAssetIndex",
"=",
"TargetAss... | // NewSfExternalInviteWarnDetails returns a new SfExternalInviteWarnDetails instance | [
"NewSfExternalInviteWarnDetails",
"returns",
"a",
"new",
"SfExternalInviteWarnDetails",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14141-L14146 |
138,514 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSfExternalInviteWarnType | func NewSfExternalInviteWarnType(Description string) *SfExternalInviteWarnType {
s := new(SfExternalInviteWarnType)
s.Description = Description
return s
} | go | func NewSfExternalInviteWarnType(Description string) *SfExternalInviteWarnType {
s := new(SfExternalInviteWarnType)
s.Description = Description
return s
} | [
"func",
"NewSfExternalInviteWarnType",
"(",
"Description",
"string",
")",
"*",
"SfExternalInviteWarnType",
"{",
"s",
":=",
"new",
"(",
"SfExternalInviteWarnType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSfExternalInviteWarnType returns a new SfExternalInviteWarnType instance | [
"NewSfExternalInviteWarnType",
"returns",
"a",
"new",
"SfExternalInviteWarnType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14155-L14159 |
138,515 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSfFbInviteChangeRoleDetails | func NewSfFbInviteChangeRoleDetails(TargetAssetIndex uint64, OriginalFolderName string) *SfFbInviteChangeRoleDetails {
s := new(SfFbInviteChangeRoleDetails)
s.TargetAssetIndex = TargetAssetIndex
s.OriginalFolderName = OriginalFolderName
return s
} | go | func NewSfFbInviteChangeRoleDetails(TargetAssetIndex uint64, OriginalFolderName string) *SfFbInviteChangeRoleDetails {
s := new(SfFbInviteChangeRoleDetails)
s.TargetAssetIndex = TargetAssetIndex
s.OriginalFolderName = OriginalFolderName
return s
} | [
"func",
"NewSfFbInviteChangeRoleDetails",
"(",
"TargetAssetIndex",
"uint64",
",",
"OriginalFolderName",
"string",
")",
"*",
"SfFbInviteChangeRoleDetails",
"{",
"s",
":=",
"new",
"(",
"SfFbInviteChangeRoleDetails",
")",
"\n",
"s",
".",
"TargetAssetIndex",
"=",
"TargetAss... | // NewSfFbInviteChangeRoleDetails returns a new SfFbInviteChangeRoleDetails instance | [
"NewSfFbInviteChangeRoleDetails",
"returns",
"a",
"new",
"SfFbInviteChangeRoleDetails",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14176-L14181 |
138,516 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSfFbInviteChangeRoleType | func NewSfFbInviteChangeRoleType(Description string) *SfFbInviteChangeRoleType {
s := new(SfFbInviteChangeRoleType)
s.Description = Description
return s
} | go | func NewSfFbInviteChangeRoleType(Description string) *SfFbInviteChangeRoleType {
s := new(SfFbInviteChangeRoleType)
s.Description = Description
return s
} | [
"func",
"NewSfFbInviteChangeRoleType",
"(",
"Description",
"string",
")",
"*",
"SfFbInviteChangeRoleType",
"{",
"s",
":=",
"new",
"(",
"SfFbInviteChangeRoleType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSfFbInviteChangeRoleType returns a new SfFbInviteChangeRoleType instance | [
"NewSfFbInviteChangeRoleType",
"returns",
"a",
"new",
"SfFbInviteChangeRoleType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14190-L14194 |
138,517 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSfFbInviteDetails | func NewSfFbInviteDetails(TargetAssetIndex uint64, OriginalFolderName string) *SfFbInviteDetails {
s := new(SfFbInviteDetails)
s.TargetAssetIndex = TargetAssetIndex
s.OriginalFolderName = OriginalFolderName
return s
} | go | func NewSfFbInviteDetails(TargetAssetIndex uint64, OriginalFolderName string) *SfFbInviteDetails {
s := new(SfFbInviteDetails)
s.TargetAssetIndex = TargetAssetIndex
s.OriginalFolderName = OriginalFolderName
return s
} | [
"func",
"NewSfFbInviteDetails",
"(",
"TargetAssetIndex",
"uint64",
",",
"OriginalFolderName",
"string",
")",
"*",
"SfFbInviteDetails",
"{",
"s",
":=",
"new",
"(",
"SfFbInviteDetails",
")",
"\n",
"s",
".",
"TargetAssetIndex",
"=",
"TargetAssetIndex",
"\n",
"s",
"."... | // NewSfFbInviteDetails returns a new SfFbInviteDetails instance | [
"NewSfFbInviteDetails",
"returns",
"a",
"new",
"SfFbInviteDetails",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14208-L14213 |
138,518 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSfFbInviteType | func NewSfFbInviteType(Description string) *SfFbInviteType {
s := new(SfFbInviteType)
s.Description = Description
return s
} | go | func NewSfFbInviteType(Description string) *SfFbInviteType {
s := new(SfFbInviteType)
s.Description = Description
return s
} | [
"func",
"NewSfFbInviteType",
"(",
"Description",
"string",
")",
"*",
"SfFbInviteType",
"{",
"s",
":=",
"new",
"(",
"SfFbInviteType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSfFbInviteType returns a new SfFbInviteType instance | [
"NewSfFbInviteType",
"returns",
"a",
"new",
"SfFbInviteType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14222-L14226 |
138,519 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSfFbUninviteDetails | func NewSfFbUninviteDetails(TargetAssetIndex uint64, OriginalFolderName string) *SfFbUninviteDetails {
s := new(SfFbUninviteDetails)
s.TargetAssetIndex = TargetAssetIndex
s.OriginalFolderName = OriginalFolderName
return s
} | go | func NewSfFbUninviteDetails(TargetAssetIndex uint64, OriginalFolderName string) *SfFbUninviteDetails {
s := new(SfFbUninviteDetails)
s.TargetAssetIndex = TargetAssetIndex
s.OriginalFolderName = OriginalFolderName
return s
} | [
"func",
"NewSfFbUninviteDetails",
"(",
"TargetAssetIndex",
"uint64",
",",
"OriginalFolderName",
"string",
")",
"*",
"SfFbUninviteDetails",
"{",
"s",
":=",
"new",
"(",
"SfFbUninviteDetails",
")",
"\n",
"s",
".",
"TargetAssetIndex",
"=",
"TargetAssetIndex",
"\n",
"s",... | // NewSfFbUninviteDetails returns a new SfFbUninviteDetails instance | [
"NewSfFbUninviteDetails",
"returns",
"a",
"new",
"SfFbUninviteDetails",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14237-L14242 |
138,520 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSfFbUninviteType | func NewSfFbUninviteType(Description string) *SfFbUninviteType {
s := new(SfFbUninviteType)
s.Description = Description
return s
} | go | func NewSfFbUninviteType(Description string) *SfFbUninviteType {
s := new(SfFbUninviteType)
s.Description = Description
return s
} | [
"func",
"NewSfFbUninviteType",
"(",
"Description",
"string",
")",
"*",
"SfFbUninviteType",
"{",
"s",
":=",
"new",
"(",
"SfFbUninviteType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSfFbUninviteType returns a new SfFbUninviteType instance | [
"NewSfFbUninviteType",
"returns",
"a",
"new",
"SfFbUninviteType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14251-L14255 |
138,521 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSfInviteGroupDetails | func NewSfInviteGroupDetails(TargetAssetIndex uint64) *SfInviteGroupDetails {
s := new(SfInviteGroupDetails)
s.TargetAssetIndex = TargetAssetIndex
return s
} | go | func NewSfInviteGroupDetails(TargetAssetIndex uint64) *SfInviteGroupDetails {
s := new(SfInviteGroupDetails)
s.TargetAssetIndex = TargetAssetIndex
return s
} | [
"func",
"NewSfInviteGroupDetails",
"(",
"TargetAssetIndex",
"uint64",
")",
"*",
"SfInviteGroupDetails",
"{",
"s",
":=",
"new",
"(",
"SfInviteGroupDetails",
")",
"\n",
"s",
".",
"TargetAssetIndex",
"=",
"TargetAssetIndex",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSfInviteGroupDetails returns a new SfInviteGroupDetails instance | [
"NewSfInviteGroupDetails",
"returns",
"a",
"new",
"SfInviteGroupDetails",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14264-L14268 |
138,522 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSfInviteGroupType | func NewSfInviteGroupType(Description string) *SfInviteGroupType {
s := new(SfInviteGroupType)
s.Description = Description
return s
} | go | func NewSfInviteGroupType(Description string) *SfInviteGroupType {
s := new(SfInviteGroupType)
s.Description = Description
return s
} | [
"func",
"NewSfInviteGroupType",
"(",
"Description",
"string",
")",
"*",
"SfInviteGroupType",
"{",
"s",
":=",
"new",
"(",
"SfInviteGroupType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSfInviteGroupType returns a new SfInviteGroupType instance | [
"NewSfInviteGroupType",
"returns",
"a",
"new",
"SfInviteGroupType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14277-L14281 |
138,523 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSfTeamGrantAccessDetails | func NewSfTeamGrantAccessDetails(TargetAssetIndex uint64, OriginalFolderName string) *SfTeamGrantAccessDetails {
s := new(SfTeamGrantAccessDetails)
s.TargetAssetIndex = TargetAssetIndex
s.OriginalFolderName = OriginalFolderName
return s
} | go | func NewSfTeamGrantAccessDetails(TargetAssetIndex uint64, OriginalFolderName string) *SfTeamGrantAccessDetails {
s := new(SfTeamGrantAccessDetails)
s.TargetAssetIndex = TargetAssetIndex
s.OriginalFolderName = OriginalFolderName
return s
} | [
"func",
"NewSfTeamGrantAccessDetails",
"(",
"TargetAssetIndex",
"uint64",
",",
"OriginalFolderName",
"string",
")",
"*",
"SfTeamGrantAccessDetails",
"{",
"s",
":=",
"new",
"(",
"SfTeamGrantAccessDetails",
")",
"\n",
"s",
".",
"TargetAssetIndex",
"=",
"TargetAssetIndex",... | // NewSfTeamGrantAccessDetails returns a new SfTeamGrantAccessDetails instance | [
"NewSfTeamGrantAccessDetails",
"returns",
"a",
"new",
"SfTeamGrantAccessDetails",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14292-L14297 |
138,524 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSfTeamGrantAccessType | func NewSfTeamGrantAccessType(Description string) *SfTeamGrantAccessType {
s := new(SfTeamGrantAccessType)
s.Description = Description
return s
} | go | func NewSfTeamGrantAccessType(Description string) *SfTeamGrantAccessType {
s := new(SfTeamGrantAccessType)
s.Description = Description
return s
} | [
"func",
"NewSfTeamGrantAccessType",
"(",
"Description",
"string",
")",
"*",
"SfTeamGrantAccessType",
"{",
"s",
":=",
"new",
"(",
"SfTeamGrantAccessType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSfTeamGrantAccessType returns a new SfTeamGrantAccessType instance | [
"NewSfTeamGrantAccessType",
"returns",
"a",
"new",
"SfTeamGrantAccessType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14306-L14310 |
138,525 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSfTeamInviteChangeRoleDetails | func NewSfTeamInviteChangeRoleDetails(TargetAssetIndex uint64, OriginalFolderName string) *SfTeamInviteChangeRoleDetails {
s := new(SfTeamInviteChangeRoleDetails)
s.TargetAssetIndex = TargetAssetIndex
s.OriginalFolderName = OriginalFolderName
return s
} | go | func NewSfTeamInviteChangeRoleDetails(TargetAssetIndex uint64, OriginalFolderName string) *SfTeamInviteChangeRoleDetails {
s := new(SfTeamInviteChangeRoleDetails)
s.TargetAssetIndex = TargetAssetIndex
s.OriginalFolderName = OriginalFolderName
return s
} | [
"func",
"NewSfTeamInviteChangeRoleDetails",
"(",
"TargetAssetIndex",
"uint64",
",",
"OriginalFolderName",
"string",
")",
"*",
"SfTeamInviteChangeRoleDetails",
"{",
"s",
":=",
"new",
"(",
"SfTeamInviteChangeRoleDetails",
")",
"\n",
"s",
".",
"TargetAssetIndex",
"=",
"Tar... | // NewSfTeamInviteChangeRoleDetails returns a new SfTeamInviteChangeRoleDetails instance | [
"NewSfTeamInviteChangeRoleDetails",
"returns",
"a",
"new",
"SfTeamInviteChangeRoleDetails",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14327-L14332 |
138,526 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSfTeamInviteChangeRoleType | func NewSfTeamInviteChangeRoleType(Description string) *SfTeamInviteChangeRoleType {
s := new(SfTeamInviteChangeRoleType)
s.Description = Description
return s
} | go | func NewSfTeamInviteChangeRoleType(Description string) *SfTeamInviteChangeRoleType {
s := new(SfTeamInviteChangeRoleType)
s.Description = Description
return s
} | [
"func",
"NewSfTeamInviteChangeRoleType",
"(",
"Description",
"string",
")",
"*",
"SfTeamInviteChangeRoleType",
"{",
"s",
":=",
"new",
"(",
"SfTeamInviteChangeRoleType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSfTeamInviteChangeRoleType returns a new SfTeamInviteChangeRoleType instance | [
"NewSfTeamInviteChangeRoleType",
"returns",
"a",
"new",
"SfTeamInviteChangeRoleType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14341-L14345 |
138,527 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSfTeamInviteDetails | func NewSfTeamInviteDetails(TargetAssetIndex uint64, OriginalFolderName string) *SfTeamInviteDetails {
s := new(SfTeamInviteDetails)
s.TargetAssetIndex = TargetAssetIndex
s.OriginalFolderName = OriginalFolderName
return s
} | go | func NewSfTeamInviteDetails(TargetAssetIndex uint64, OriginalFolderName string) *SfTeamInviteDetails {
s := new(SfTeamInviteDetails)
s.TargetAssetIndex = TargetAssetIndex
s.OriginalFolderName = OriginalFolderName
return s
} | [
"func",
"NewSfTeamInviteDetails",
"(",
"TargetAssetIndex",
"uint64",
",",
"OriginalFolderName",
"string",
")",
"*",
"SfTeamInviteDetails",
"{",
"s",
":=",
"new",
"(",
"SfTeamInviteDetails",
")",
"\n",
"s",
".",
"TargetAssetIndex",
"=",
"TargetAssetIndex",
"\n",
"s",... | // NewSfTeamInviteDetails returns a new SfTeamInviteDetails instance | [
"NewSfTeamInviteDetails",
"returns",
"a",
"new",
"SfTeamInviteDetails",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14359-L14364 |
138,528 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSfTeamInviteType | func NewSfTeamInviteType(Description string) *SfTeamInviteType {
s := new(SfTeamInviteType)
s.Description = Description
return s
} | go | func NewSfTeamInviteType(Description string) *SfTeamInviteType {
s := new(SfTeamInviteType)
s.Description = Description
return s
} | [
"func",
"NewSfTeamInviteType",
"(",
"Description",
"string",
")",
"*",
"SfTeamInviteType",
"{",
"s",
":=",
"new",
"(",
"SfTeamInviteType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSfTeamInviteType returns a new SfTeamInviteType instance | [
"NewSfTeamInviteType",
"returns",
"a",
"new",
"SfTeamInviteType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14373-L14377 |
138,529 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSfTeamJoinDetails | func NewSfTeamJoinDetails(TargetAssetIndex uint64, OriginalFolderName string) *SfTeamJoinDetails {
s := new(SfTeamJoinDetails)
s.TargetAssetIndex = TargetAssetIndex
s.OriginalFolderName = OriginalFolderName
return s
} | go | func NewSfTeamJoinDetails(TargetAssetIndex uint64, OriginalFolderName string) *SfTeamJoinDetails {
s := new(SfTeamJoinDetails)
s.TargetAssetIndex = TargetAssetIndex
s.OriginalFolderName = OriginalFolderName
return s
} | [
"func",
"NewSfTeamJoinDetails",
"(",
"TargetAssetIndex",
"uint64",
",",
"OriginalFolderName",
"string",
")",
"*",
"SfTeamJoinDetails",
"{",
"s",
":=",
"new",
"(",
"SfTeamJoinDetails",
")",
"\n",
"s",
".",
"TargetAssetIndex",
"=",
"TargetAssetIndex",
"\n",
"s",
"."... | // NewSfTeamJoinDetails returns a new SfTeamJoinDetails instance | [
"NewSfTeamJoinDetails",
"returns",
"a",
"new",
"SfTeamJoinDetails",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14388-L14393 |
138,530 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSfTeamJoinFromOobLinkDetails | func NewSfTeamJoinFromOobLinkDetails(TargetAssetIndex uint64, OriginalFolderName string) *SfTeamJoinFromOobLinkDetails {
s := new(SfTeamJoinFromOobLinkDetails)
s.TargetAssetIndex = TargetAssetIndex
s.OriginalFolderName = OriginalFolderName
return s
} | go | func NewSfTeamJoinFromOobLinkDetails(TargetAssetIndex uint64, OriginalFolderName string) *SfTeamJoinFromOobLinkDetails {
s := new(SfTeamJoinFromOobLinkDetails)
s.TargetAssetIndex = TargetAssetIndex
s.OriginalFolderName = OriginalFolderName
return s
} | [
"func",
"NewSfTeamJoinFromOobLinkDetails",
"(",
"TargetAssetIndex",
"uint64",
",",
"OriginalFolderName",
"string",
")",
"*",
"SfTeamJoinFromOobLinkDetails",
"{",
"s",
":=",
"new",
"(",
"SfTeamJoinFromOobLinkDetails",
")",
"\n",
"s",
".",
"TargetAssetIndex",
"=",
"Target... | // NewSfTeamJoinFromOobLinkDetails returns a new SfTeamJoinFromOobLinkDetails instance | [
"NewSfTeamJoinFromOobLinkDetails",
"returns",
"a",
"new",
"SfTeamJoinFromOobLinkDetails",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14409-L14414 |
138,531 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSfTeamJoinFromOobLinkType | func NewSfTeamJoinFromOobLinkType(Description string) *SfTeamJoinFromOobLinkType {
s := new(SfTeamJoinFromOobLinkType)
s.Description = Description
return s
} | go | func NewSfTeamJoinFromOobLinkType(Description string) *SfTeamJoinFromOobLinkType {
s := new(SfTeamJoinFromOobLinkType)
s.Description = Description
return s
} | [
"func",
"NewSfTeamJoinFromOobLinkType",
"(",
"Description",
"string",
")",
"*",
"SfTeamJoinFromOobLinkType",
"{",
"s",
":=",
"new",
"(",
"SfTeamJoinFromOobLinkType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSfTeamJoinFromOobLinkType returns a new SfTeamJoinFromOobLinkType instance | [
"NewSfTeamJoinFromOobLinkType",
"returns",
"a",
"new",
"SfTeamJoinFromOobLinkType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14423-L14427 |
138,532 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSfTeamJoinType | func NewSfTeamJoinType(Description string) *SfTeamJoinType {
s := new(SfTeamJoinType)
s.Description = Description
return s
} | go | func NewSfTeamJoinType(Description string) *SfTeamJoinType {
s := new(SfTeamJoinType)
s.Description = Description
return s
} | [
"func",
"NewSfTeamJoinType",
"(",
"Description",
"string",
")",
"*",
"SfTeamJoinType",
"{",
"s",
":=",
"new",
"(",
"SfTeamJoinType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSfTeamJoinType returns a new SfTeamJoinType instance | [
"NewSfTeamJoinType",
"returns",
"a",
"new",
"SfTeamJoinType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14436-L14440 |
138,533 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSfTeamUninviteDetails | func NewSfTeamUninviteDetails(TargetAssetIndex uint64, OriginalFolderName string) *SfTeamUninviteDetails {
s := new(SfTeamUninviteDetails)
s.TargetAssetIndex = TargetAssetIndex
s.OriginalFolderName = OriginalFolderName
return s
} | go | func NewSfTeamUninviteDetails(TargetAssetIndex uint64, OriginalFolderName string) *SfTeamUninviteDetails {
s := new(SfTeamUninviteDetails)
s.TargetAssetIndex = TargetAssetIndex
s.OriginalFolderName = OriginalFolderName
return s
} | [
"func",
"NewSfTeamUninviteDetails",
"(",
"TargetAssetIndex",
"uint64",
",",
"OriginalFolderName",
"string",
")",
"*",
"SfTeamUninviteDetails",
"{",
"s",
":=",
"new",
"(",
"SfTeamUninviteDetails",
")",
"\n",
"s",
".",
"TargetAssetIndex",
"=",
"TargetAssetIndex",
"\n",
... | // NewSfTeamUninviteDetails returns a new SfTeamUninviteDetails instance | [
"NewSfTeamUninviteDetails",
"returns",
"a",
"new",
"SfTeamUninviteDetails",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14451-L14456 |
138,534 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSfTeamUninviteType | func NewSfTeamUninviteType(Description string) *SfTeamUninviteType {
s := new(SfTeamUninviteType)
s.Description = Description
return s
} | go | func NewSfTeamUninviteType(Description string) *SfTeamUninviteType {
s := new(SfTeamUninviteType)
s.Description = Description
return s
} | [
"func",
"NewSfTeamUninviteType",
"(",
"Description",
"string",
")",
"*",
"SfTeamUninviteType",
"{",
"s",
":=",
"new",
"(",
"SfTeamUninviteType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSfTeamUninviteType returns a new SfTeamUninviteType instance | [
"NewSfTeamUninviteType",
"returns",
"a",
"new",
"SfTeamUninviteType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14465-L14469 |
138,535 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedContentAddInviteesDetails | func NewSharedContentAddInviteesDetails(SharedContentAccessLevel *sharing.AccessLevel, Invitees []string) *SharedContentAddInviteesDetails {
s := new(SharedContentAddInviteesDetails)
s.SharedContentAccessLevel = SharedContentAccessLevel
s.Invitees = Invitees
return s
} | go | func NewSharedContentAddInviteesDetails(SharedContentAccessLevel *sharing.AccessLevel, Invitees []string) *SharedContentAddInviteesDetails {
s := new(SharedContentAddInviteesDetails)
s.SharedContentAccessLevel = SharedContentAccessLevel
s.Invitees = Invitees
return s
} | [
"func",
"NewSharedContentAddInviteesDetails",
"(",
"SharedContentAccessLevel",
"*",
"sharing",
".",
"AccessLevel",
",",
"Invitees",
"[",
"]",
"string",
")",
"*",
"SharedContentAddInviteesDetails",
"{",
"s",
":=",
"new",
"(",
"SharedContentAddInviteesDetails",
")",
"\n",... | // NewSharedContentAddInviteesDetails returns a new SharedContentAddInviteesDetails instance | [
"NewSharedContentAddInviteesDetails",
"returns",
"a",
"new",
"SharedContentAddInviteesDetails",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14481-L14486 |
138,536 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedContentAddInviteesType | func NewSharedContentAddInviteesType(Description string) *SharedContentAddInviteesType {
s := new(SharedContentAddInviteesType)
s.Description = Description
return s
} | go | func NewSharedContentAddInviteesType(Description string) *SharedContentAddInviteesType {
s := new(SharedContentAddInviteesType)
s.Description = Description
return s
} | [
"func",
"NewSharedContentAddInviteesType",
"(",
"Description",
"string",
")",
"*",
"SharedContentAddInviteesType",
"{",
"s",
":=",
"new",
"(",
"SharedContentAddInviteesType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSharedContentAddInviteesType returns a new SharedContentAddInviteesType instance | [
"NewSharedContentAddInviteesType",
"returns",
"a",
"new",
"SharedContentAddInviteesType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14495-L14499 |
138,537 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedContentAddLinkExpiryType | func NewSharedContentAddLinkExpiryType(Description string) *SharedContentAddLinkExpiryType {
s := new(SharedContentAddLinkExpiryType)
s.Description = Description
return s
} | go | func NewSharedContentAddLinkExpiryType(Description string) *SharedContentAddLinkExpiryType {
s := new(SharedContentAddLinkExpiryType)
s.Description = Description
return s
} | [
"func",
"NewSharedContentAddLinkExpiryType",
"(",
"Description",
"string",
")",
"*",
"SharedContentAddLinkExpiryType",
"{",
"s",
":=",
"new",
"(",
"SharedContentAddLinkExpiryType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}... | // NewSharedContentAddLinkExpiryType returns a new SharedContentAddLinkExpiryType instance | [
"NewSharedContentAddLinkExpiryType",
"returns",
"a",
"new",
"SharedContentAddLinkExpiryType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14522-L14526 |
138,538 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedContentAddLinkPasswordType | func NewSharedContentAddLinkPasswordType(Description string) *SharedContentAddLinkPasswordType {
s := new(SharedContentAddLinkPasswordType)
s.Description = Description
return s
} | go | func NewSharedContentAddLinkPasswordType(Description string) *SharedContentAddLinkPasswordType {
s := new(SharedContentAddLinkPasswordType)
s.Description = Description
return s
} | [
"func",
"NewSharedContentAddLinkPasswordType",
"(",
"Description",
"string",
")",
"*",
"SharedContentAddLinkPasswordType",
"{",
"s",
":=",
"new",
"(",
"SharedContentAddLinkPasswordType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n"... | // NewSharedContentAddLinkPasswordType returns a new SharedContentAddLinkPasswordType instance | [
"NewSharedContentAddLinkPasswordType",
"returns",
"a",
"new",
"SharedContentAddLinkPasswordType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14546-L14550 |
138,539 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedContentAddMemberDetails | func NewSharedContentAddMemberDetails(SharedContentAccessLevel *sharing.AccessLevel) *SharedContentAddMemberDetails {
s := new(SharedContentAddMemberDetails)
s.SharedContentAccessLevel = SharedContentAccessLevel
return s
} | go | func NewSharedContentAddMemberDetails(SharedContentAccessLevel *sharing.AccessLevel) *SharedContentAddMemberDetails {
s := new(SharedContentAddMemberDetails)
s.SharedContentAccessLevel = SharedContentAccessLevel
return s
} | [
"func",
"NewSharedContentAddMemberDetails",
"(",
"SharedContentAccessLevel",
"*",
"sharing",
".",
"AccessLevel",
")",
"*",
"SharedContentAddMemberDetails",
"{",
"s",
":=",
"new",
"(",
"SharedContentAddMemberDetails",
")",
"\n",
"s",
".",
"SharedContentAccessLevel",
"=",
... | // NewSharedContentAddMemberDetails returns a new SharedContentAddMemberDetails instance | [
"NewSharedContentAddMemberDetails",
"returns",
"a",
"new",
"SharedContentAddMemberDetails",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14560-L14564 |
138,540 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedContentAddMemberType | func NewSharedContentAddMemberType(Description string) *SharedContentAddMemberType {
s := new(SharedContentAddMemberType)
s.Description = Description
return s
} | go | func NewSharedContentAddMemberType(Description string) *SharedContentAddMemberType {
s := new(SharedContentAddMemberType)
s.Description = Description
return s
} | [
"func",
"NewSharedContentAddMemberType",
"(",
"Description",
"string",
")",
"*",
"SharedContentAddMemberType",
"{",
"s",
":=",
"new",
"(",
"SharedContentAddMemberType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSharedContentAddMemberType returns a new SharedContentAddMemberType instance | [
"NewSharedContentAddMemberType",
"returns",
"a",
"new",
"SharedContentAddMemberType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14573-L14577 |
138,541 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedContentChangeDownloadsPolicyDetails | func NewSharedContentChangeDownloadsPolicyDetails(NewValue *DownloadPolicyType) *SharedContentChangeDownloadsPolicyDetails {
s := new(SharedContentChangeDownloadsPolicyDetails)
s.NewValue = NewValue
return s
} | go | func NewSharedContentChangeDownloadsPolicyDetails(NewValue *DownloadPolicyType) *SharedContentChangeDownloadsPolicyDetails {
s := new(SharedContentChangeDownloadsPolicyDetails)
s.NewValue = NewValue
return s
} | [
"func",
"NewSharedContentChangeDownloadsPolicyDetails",
"(",
"NewValue",
"*",
"DownloadPolicyType",
")",
"*",
"SharedContentChangeDownloadsPolicyDetails",
"{",
"s",
":=",
"new",
"(",
"SharedContentChangeDownloadsPolicyDetails",
")",
"\n",
"s",
".",
"NewValue",
"=",
"NewValu... | // NewSharedContentChangeDownloadsPolicyDetails returns a new SharedContentChangeDownloadsPolicyDetails instance | [
"NewSharedContentChangeDownloadsPolicyDetails",
"returns",
"a",
"new",
"SharedContentChangeDownloadsPolicyDetails",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14590-L14594 |
138,542 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedContentChangeDownloadsPolicyType | func NewSharedContentChangeDownloadsPolicyType(Description string) *SharedContentChangeDownloadsPolicyType {
s := new(SharedContentChangeDownloadsPolicyType)
s.Description = Description
return s
} | go | func NewSharedContentChangeDownloadsPolicyType(Description string) *SharedContentChangeDownloadsPolicyType {
s := new(SharedContentChangeDownloadsPolicyType)
s.Description = Description
return s
} | [
"func",
"NewSharedContentChangeDownloadsPolicyType",
"(",
"Description",
"string",
")",
"*",
"SharedContentChangeDownloadsPolicyType",
"{",
"s",
":=",
"new",
"(",
"SharedContentChangeDownloadsPolicyType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"retu... | // NewSharedContentChangeDownloadsPolicyType returns a new SharedContentChangeDownloadsPolicyType instance | [
"NewSharedContentChangeDownloadsPolicyType",
"returns",
"a",
"new",
"SharedContentChangeDownloadsPolicyType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14603-L14607 |
138,543 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedContentChangeInviteeRoleDetails | func NewSharedContentChangeInviteeRoleDetails(NewAccessLevel *sharing.AccessLevel, Invitee string) *SharedContentChangeInviteeRoleDetails {
s := new(SharedContentChangeInviteeRoleDetails)
s.NewAccessLevel = NewAccessLevel
s.Invitee = Invitee
return s
} | go | func NewSharedContentChangeInviteeRoleDetails(NewAccessLevel *sharing.AccessLevel, Invitee string) *SharedContentChangeInviteeRoleDetails {
s := new(SharedContentChangeInviteeRoleDetails)
s.NewAccessLevel = NewAccessLevel
s.Invitee = Invitee
return s
} | [
"func",
"NewSharedContentChangeInviteeRoleDetails",
"(",
"NewAccessLevel",
"*",
"sharing",
".",
"AccessLevel",
",",
"Invitee",
"string",
")",
"*",
"SharedContentChangeInviteeRoleDetails",
"{",
"s",
":=",
"new",
"(",
"SharedContentChangeInviteeRoleDetails",
")",
"\n",
"s",... | // NewSharedContentChangeInviteeRoleDetails returns a new SharedContentChangeInviteeRoleDetails instance | [
"NewSharedContentChangeInviteeRoleDetails",
"returns",
"a",
"new",
"SharedContentChangeInviteeRoleDetails",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14622-L14627 |
138,544 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedContentChangeInviteeRoleType | func NewSharedContentChangeInviteeRoleType(Description string) *SharedContentChangeInviteeRoleType {
s := new(SharedContentChangeInviteeRoleType)
s.Description = Description
return s
} | go | func NewSharedContentChangeInviteeRoleType(Description string) *SharedContentChangeInviteeRoleType {
s := new(SharedContentChangeInviteeRoleType)
s.Description = Description
return s
} | [
"func",
"NewSharedContentChangeInviteeRoleType",
"(",
"Description",
"string",
")",
"*",
"SharedContentChangeInviteeRoleType",
"{",
"s",
":=",
"new",
"(",
"SharedContentChangeInviteeRoleType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
... | // NewSharedContentChangeInviteeRoleType returns a new SharedContentChangeInviteeRoleType instance | [
"NewSharedContentChangeInviteeRoleType",
"returns",
"a",
"new",
"SharedContentChangeInviteeRoleType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14636-L14640 |
138,545 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedContentChangeLinkAudienceDetails | func NewSharedContentChangeLinkAudienceDetails(NewValue *sharing.LinkAudience) *SharedContentChangeLinkAudienceDetails {
s := new(SharedContentChangeLinkAudienceDetails)
s.NewValue = NewValue
return s
} | go | func NewSharedContentChangeLinkAudienceDetails(NewValue *sharing.LinkAudience) *SharedContentChangeLinkAudienceDetails {
s := new(SharedContentChangeLinkAudienceDetails)
s.NewValue = NewValue
return s
} | [
"func",
"NewSharedContentChangeLinkAudienceDetails",
"(",
"NewValue",
"*",
"sharing",
".",
"LinkAudience",
")",
"*",
"SharedContentChangeLinkAudienceDetails",
"{",
"s",
":=",
"new",
"(",
"SharedContentChangeLinkAudienceDetails",
")",
"\n",
"s",
".",
"NewValue",
"=",
"Ne... | // NewSharedContentChangeLinkAudienceDetails returns a new SharedContentChangeLinkAudienceDetails instance | [
"NewSharedContentChangeLinkAudienceDetails",
"returns",
"a",
"new",
"SharedContentChangeLinkAudienceDetails",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14652-L14656 |
138,546 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedContentChangeLinkAudienceType | func NewSharedContentChangeLinkAudienceType(Description string) *SharedContentChangeLinkAudienceType {
s := new(SharedContentChangeLinkAudienceType)
s.Description = Description
return s
} | go | func NewSharedContentChangeLinkAudienceType(Description string) *SharedContentChangeLinkAudienceType {
s := new(SharedContentChangeLinkAudienceType)
s.Description = Description
return s
} | [
"func",
"NewSharedContentChangeLinkAudienceType",
"(",
"Description",
"string",
")",
"*",
"SharedContentChangeLinkAudienceType",
"{",
"s",
":=",
"new",
"(",
"SharedContentChangeLinkAudienceType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s... | // NewSharedContentChangeLinkAudienceType returns a new SharedContentChangeLinkAudienceType instance | [
"NewSharedContentChangeLinkAudienceType",
"returns",
"a",
"new",
"SharedContentChangeLinkAudienceType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14665-L14669 |
138,547 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedContentChangeLinkExpiryType | func NewSharedContentChangeLinkExpiryType(Description string) *SharedContentChangeLinkExpiryType {
s := new(SharedContentChangeLinkExpiryType)
s.Description = Description
return s
} | go | func NewSharedContentChangeLinkExpiryType(Description string) *SharedContentChangeLinkExpiryType {
s := new(SharedContentChangeLinkExpiryType)
s.Description = Description
return s
} | [
"func",
"NewSharedContentChangeLinkExpiryType",
"(",
"Description",
"string",
")",
"*",
"SharedContentChangeLinkExpiryType",
"{",
"s",
":=",
"new",
"(",
"SharedContentChangeLinkExpiryType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"... | // NewSharedContentChangeLinkExpiryType returns a new SharedContentChangeLinkExpiryType instance | [
"NewSharedContentChangeLinkExpiryType",
"returns",
"a",
"new",
"SharedContentChangeLinkExpiryType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14695-L14699 |
138,548 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedContentChangeLinkPasswordType | func NewSharedContentChangeLinkPasswordType(Description string) *SharedContentChangeLinkPasswordType {
s := new(SharedContentChangeLinkPasswordType)
s.Description = Description
return s
} | go | func NewSharedContentChangeLinkPasswordType(Description string) *SharedContentChangeLinkPasswordType {
s := new(SharedContentChangeLinkPasswordType)
s.Description = Description
return s
} | [
"func",
"NewSharedContentChangeLinkPasswordType",
"(",
"Description",
"string",
")",
"*",
"SharedContentChangeLinkPasswordType",
"{",
"s",
":=",
"new",
"(",
"SharedContentChangeLinkPasswordType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s... | // NewSharedContentChangeLinkPasswordType returns a new SharedContentChangeLinkPasswordType instance | [
"NewSharedContentChangeLinkPasswordType",
"returns",
"a",
"new",
"SharedContentChangeLinkPasswordType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14719-L14723 |
138,549 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedContentChangeMemberRoleDetails | func NewSharedContentChangeMemberRoleDetails(NewAccessLevel *sharing.AccessLevel) *SharedContentChangeMemberRoleDetails {
s := new(SharedContentChangeMemberRoleDetails)
s.NewAccessLevel = NewAccessLevel
return s
} | go | func NewSharedContentChangeMemberRoleDetails(NewAccessLevel *sharing.AccessLevel) *SharedContentChangeMemberRoleDetails {
s := new(SharedContentChangeMemberRoleDetails)
s.NewAccessLevel = NewAccessLevel
return s
} | [
"func",
"NewSharedContentChangeMemberRoleDetails",
"(",
"NewAccessLevel",
"*",
"sharing",
".",
"AccessLevel",
")",
"*",
"SharedContentChangeMemberRoleDetails",
"{",
"s",
":=",
"new",
"(",
"SharedContentChangeMemberRoleDetails",
")",
"\n",
"s",
".",
"NewAccessLevel",
"=",
... | // NewSharedContentChangeMemberRoleDetails returns a new SharedContentChangeMemberRoleDetails instance | [
"NewSharedContentChangeMemberRoleDetails",
"returns",
"a",
"new",
"SharedContentChangeMemberRoleDetails",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14736-L14740 |
138,550 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedContentChangeMemberRoleType | func NewSharedContentChangeMemberRoleType(Description string) *SharedContentChangeMemberRoleType {
s := new(SharedContentChangeMemberRoleType)
s.Description = Description
return s
} | go | func NewSharedContentChangeMemberRoleType(Description string) *SharedContentChangeMemberRoleType {
s := new(SharedContentChangeMemberRoleType)
s.Description = Description
return s
} | [
"func",
"NewSharedContentChangeMemberRoleType",
"(",
"Description",
"string",
")",
"*",
"SharedContentChangeMemberRoleType",
"{",
"s",
":=",
"new",
"(",
"SharedContentChangeMemberRoleType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"... | // NewSharedContentChangeMemberRoleType returns a new SharedContentChangeMemberRoleType instance | [
"NewSharedContentChangeMemberRoleType",
"returns",
"a",
"new",
"SharedContentChangeMemberRoleType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14749-L14753 |
138,551 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedContentChangeViewerInfoPolicyDetails | func NewSharedContentChangeViewerInfoPolicyDetails(NewValue *sharing.ViewerInfoPolicy) *SharedContentChangeViewerInfoPolicyDetails {
s := new(SharedContentChangeViewerInfoPolicyDetails)
s.NewValue = NewValue
return s
} | go | func NewSharedContentChangeViewerInfoPolicyDetails(NewValue *sharing.ViewerInfoPolicy) *SharedContentChangeViewerInfoPolicyDetails {
s := new(SharedContentChangeViewerInfoPolicyDetails)
s.NewValue = NewValue
return s
} | [
"func",
"NewSharedContentChangeViewerInfoPolicyDetails",
"(",
"NewValue",
"*",
"sharing",
".",
"ViewerInfoPolicy",
")",
"*",
"SharedContentChangeViewerInfoPolicyDetails",
"{",
"s",
":=",
"new",
"(",
"SharedContentChangeViewerInfoPolicyDetails",
")",
"\n",
"s",
".",
"NewValu... | // NewSharedContentChangeViewerInfoPolicyDetails returns a new SharedContentChangeViewerInfoPolicyDetails instance | [
"NewSharedContentChangeViewerInfoPolicyDetails",
"returns",
"a",
"new",
"SharedContentChangeViewerInfoPolicyDetails",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14766-L14770 |
138,552 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedContentChangeViewerInfoPolicyType | func NewSharedContentChangeViewerInfoPolicyType(Description string) *SharedContentChangeViewerInfoPolicyType {
s := new(SharedContentChangeViewerInfoPolicyType)
s.Description = Description
return s
} | go | func NewSharedContentChangeViewerInfoPolicyType(Description string) *SharedContentChangeViewerInfoPolicyType {
s := new(SharedContentChangeViewerInfoPolicyType)
s.Description = Description
return s
} | [
"func",
"NewSharedContentChangeViewerInfoPolicyType",
"(",
"Description",
"string",
")",
"*",
"SharedContentChangeViewerInfoPolicyType",
"{",
"s",
":=",
"new",
"(",
"SharedContentChangeViewerInfoPolicyType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"r... | // NewSharedContentChangeViewerInfoPolicyType returns a new SharedContentChangeViewerInfoPolicyType instance | [
"NewSharedContentChangeViewerInfoPolicyType",
"returns",
"a",
"new",
"SharedContentChangeViewerInfoPolicyType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14779-L14783 |
138,553 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedContentClaimInvitationType | func NewSharedContentClaimInvitationType(Description string) *SharedContentClaimInvitationType {
s := new(SharedContentClaimInvitationType)
s.Description = Description
return s
} | go | func NewSharedContentClaimInvitationType(Description string) *SharedContentClaimInvitationType {
s := new(SharedContentClaimInvitationType)
s.Description = Description
return s
} | [
"func",
"NewSharedContentClaimInvitationType",
"(",
"Description",
"string",
")",
"*",
"SharedContentClaimInvitationType",
"{",
"s",
":=",
"new",
"(",
"SharedContentClaimInvitationType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n"... | // NewSharedContentClaimInvitationType returns a new SharedContentClaimInvitationType instance | [
"NewSharedContentClaimInvitationType",
"returns",
"a",
"new",
"SharedContentClaimInvitationType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14805-L14809 |
138,554 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedContentCopyDetails | func NewSharedContentCopyDetails(SharedContentLink string, SharedContentAccessLevel *sharing.AccessLevel, DestinationPath string) *SharedContentCopyDetails {
s := new(SharedContentCopyDetails)
s.SharedContentLink = SharedContentLink
s.SharedContentAccessLevel = SharedContentAccessLevel
s.DestinationPath = Destinati... | go | func NewSharedContentCopyDetails(SharedContentLink string, SharedContentAccessLevel *sharing.AccessLevel, DestinationPath string) *SharedContentCopyDetails {
s := new(SharedContentCopyDetails)
s.SharedContentLink = SharedContentLink
s.SharedContentAccessLevel = SharedContentAccessLevel
s.DestinationPath = Destinati... | [
"func",
"NewSharedContentCopyDetails",
"(",
"SharedContentLink",
"string",
",",
"SharedContentAccessLevel",
"*",
"sharing",
".",
"AccessLevel",
",",
"DestinationPath",
"string",
")",
"*",
"SharedContentCopyDetails",
"{",
"s",
":=",
"new",
"(",
"SharedContentCopyDetails",
... | // NewSharedContentCopyDetails returns a new SharedContentCopyDetails instance | [
"NewSharedContentCopyDetails",
"returns",
"a",
"new",
"SharedContentCopyDetails",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14824-L14830 |
138,555 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedContentCopyType | func NewSharedContentCopyType(Description string) *SharedContentCopyType {
s := new(SharedContentCopyType)
s.Description = Description
return s
} | go | func NewSharedContentCopyType(Description string) *SharedContentCopyType {
s := new(SharedContentCopyType)
s.Description = Description
return s
} | [
"func",
"NewSharedContentCopyType",
"(",
"Description",
"string",
")",
"*",
"SharedContentCopyType",
"{",
"s",
":=",
"new",
"(",
"SharedContentCopyType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSharedContentCopyType returns a new SharedContentCopyType instance | [
"NewSharedContentCopyType",
"returns",
"a",
"new",
"SharedContentCopyType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14839-L14843 |
138,556 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedContentDownloadDetails | func NewSharedContentDownloadDetails(SharedContentLink string, SharedContentAccessLevel *sharing.AccessLevel) *SharedContentDownloadDetails {
s := new(SharedContentDownloadDetails)
s.SharedContentLink = SharedContentLink
s.SharedContentAccessLevel = SharedContentAccessLevel
return s
} | go | func NewSharedContentDownloadDetails(SharedContentLink string, SharedContentAccessLevel *sharing.AccessLevel) *SharedContentDownloadDetails {
s := new(SharedContentDownloadDetails)
s.SharedContentLink = SharedContentLink
s.SharedContentAccessLevel = SharedContentAccessLevel
return s
} | [
"func",
"NewSharedContentDownloadDetails",
"(",
"SharedContentLink",
"string",
",",
"SharedContentAccessLevel",
"*",
"sharing",
".",
"AccessLevel",
")",
"*",
"SharedContentDownloadDetails",
"{",
"s",
":=",
"new",
"(",
"SharedContentDownloadDetails",
")",
"\n",
"s",
".",... | // NewSharedContentDownloadDetails returns a new SharedContentDownloadDetails instance | [
"NewSharedContentDownloadDetails",
"returns",
"a",
"new",
"SharedContentDownloadDetails",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14856-L14861 |
138,557 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedContentDownloadType | func NewSharedContentDownloadType(Description string) *SharedContentDownloadType {
s := new(SharedContentDownloadType)
s.Description = Description
return s
} | go | func NewSharedContentDownloadType(Description string) *SharedContentDownloadType {
s := new(SharedContentDownloadType)
s.Description = Description
return s
} | [
"func",
"NewSharedContentDownloadType",
"(",
"Description",
"string",
")",
"*",
"SharedContentDownloadType",
"{",
"s",
":=",
"new",
"(",
"SharedContentDownloadType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSharedContentDownloadType returns a new SharedContentDownloadType instance | [
"NewSharedContentDownloadType",
"returns",
"a",
"new",
"SharedContentDownloadType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14870-L14874 |
138,558 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedContentRelinquishMembershipType | func NewSharedContentRelinquishMembershipType(Description string) *SharedContentRelinquishMembershipType {
s := new(SharedContentRelinquishMembershipType)
s.Description = Description
return s
} | go | func NewSharedContentRelinquishMembershipType(Description string) *SharedContentRelinquishMembershipType {
s := new(SharedContentRelinquishMembershipType)
s.Description = Description
return s
} | [
"func",
"NewSharedContentRelinquishMembershipType",
"(",
"Description",
"string",
")",
"*",
"SharedContentRelinquishMembershipType",
"{",
"s",
":=",
"new",
"(",
"SharedContentRelinquishMembershipType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return"... | // NewSharedContentRelinquishMembershipType returns a new SharedContentRelinquishMembershipType instance | [
"NewSharedContentRelinquishMembershipType",
"returns",
"a",
"new",
"SharedContentRelinquishMembershipType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14893-L14897 |
138,559 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedContentRemoveInviteesDetails | func NewSharedContentRemoveInviteesDetails(Invitees []string) *SharedContentRemoveInviteesDetails {
s := new(SharedContentRemoveInviteesDetails)
s.Invitees = Invitees
return s
} | go | func NewSharedContentRemoveInviteesDetails(Invitees []string) *SharedContentRemoveInviteesDetails {
s := new(SharedContentRemoveInviteesDetails)
s.Invitees = Invitees
return s
} | [
"func",
"NewSharedContentRemoveInviteesDetails",
"(",
"Invitees",
"[",
"]",
"string",
")",
"*",
"SharedContentRemoveInviteesDetails",
"{",
"s",
":=",
"new",
"(",
"SharedContentRemoveInviteesDetails",
")",
"\n",
"s",
".",
"Invitees",
"=",
"Invitees",
"\n",
"return",
... | // NewSharedContentRemoveInviteesDetails returns a new SharedContentRemoveInviteesDetails instance | [
"NewSharedContentRemoveInviteesDetails",
"returns",
"a",
"new",
"SharedContentRemoveInviteesDetails",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14907-L14911 |
138,560 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedContentRemoveInviteesType | func NewSharedContentRemoveInviteesType(Description string) *SharedContentRemoveInviteesType {
s := new(SharedContentRemoveInviteesType)
s.Description = Description
return s
} | go | func NewSharedContentRemoveInviteesType(Description string) *SharedContentRemoveInviteesType {
s := new(SharedContentRemoveInviteesType)
s.Description = Description
return s
} | [
"func",
"NewSharedContentRemoveInviteesType",
"(",
"Description",
"string",
")",
"*",
"SharedContentRemoveInviteesType",
"{",
"s",
":=",
"new",
"(",
"SharedContentRemoveInviteesType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
... | // NewSharedContentRemoveInviteesType returns a new SharedContentRemoveInviteesType instance | [
"NewSharedContentRemoveInviteesType",
"returns",
"a",
"new",
"SharedContentRemoveInviteesType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14920-L14924 |
138,561 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedContentRemoveLinkExpiryType | func NewSharedContentRemoveLinkExpiryType(Description string) *SharedContentRemoveLinkExpiryType {
s := new(SharedContentRemoveLinkExpiryType)
s.Description = Description
return s
} | go | func NewSharedContentRemoveLinkExpiryType(Description string) *SharedContentRemoveLinkExpiryType {
s := new(SharedContentRemoveLinkExpiryType)
s.Description = Description
return s
} | [
"func",
"NewSharedContentRemoveLinkExpiryType",
"(",
"Description",
"string",
")",
"*",
"SharedContentRemoveLinkExpiryType",
"{",
"s",
":=",
"new",
"(",
"SharedContentRemoveLinkExpiryType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"... | // NewSharedContentRemoveLinkExpiryType returns a new SharedContentRemoveLinkExpiryType instance | [
"NewSharedContentRemoveLinkExpiryType",
"returns",
"a",
"new",
"SharedContentRemoveLinkExpiryType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14947-L14951 |
138,562 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedContentRemoveLinkPasswordType | func NewSharedContentRemoveLinkPasswordType(Description string) *SharedContentRemoveLinkPasswordType {
s := new(SharedContentRemoveLinkPasswordType)
s.Description = Description
return s
} | go | func NewSharedContentRemoveLinkPasswordType(Description string) *SharedContentRemoveLinkPasswordType {
s := new(SharedContentRemoveLinkPasswordType)
s.Description = Description
return s
} | [
"func",
"NewSharedContentRemoveLinkPasswordType",
"(",
"Description",
"string",
")",
"*",
"SharedContentRemoveLinkPasswordType",
"{",
"s",
":=",
"new",
"(",
"SharedContentRemoveLinkPasswordType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s... | // NewSharedContentRemoveLinkPasswordType returns a new SharedContentRemoveLinkPasswordType instance | [
"NewSharedContentRemoveLinkPasswordType",
"returns",
"a",
"new",
"SharedContentRemoveLinkPasswordType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14971-L14975 |
138,563 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedContentRemoveMemberType | func NewSharedContentRemoveMemberType(Description string) *SharedContentRemoveMemberType {
s := new(SharedContentRemoveMemberType)
s.Description = Description
return s
} | go | func NewSharedContentRemoveMemberType(Description string) *SharedContentRemoveMemberType {
s := new(SharedContentRemoveMemberType)
s.Description = Description
return s
} | [
"func",
"NewSharedContentRemoveMemberType",
"(",
"Description",
"string",
")",
"*",
"SharedContentRemoveMemberType",
"{",
"s",
":=",
"new",
"(",
"SharedContentRemoveMemberType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSharedContentRemoveMemberType returns a new SharedContentRemoveMemberType instance | [
"NewSharedContentRemoveMemberType",
"returns",
"a",
"new",
"SharedContentRemoveMemberType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L14997-L15001 |
138,564 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedContentRequestAccessType | func NewSharedContentRequestAccessType(Description string) *SharedContentRequestAccessType {
s := new(SharedContentRequestAccessType)
s.Description = Description
return s
} | go | func NewSharedContentRequestAccessType(Description string) *SharedContentRequestAccessType {
s := new(SharedContentRequestAccessType)
s.Description = Description
return s
} | [
"func",
"NewSharedContentRequestAccessType",
"(",
"Description",
"string",
")",
"*",
"SharedContentRequestAccessType",
"{",
"s",
":=",
"new",
"(",
"SharedContentRequestAccessType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}... | // NewSharedContentRequestAccessType returns a new SharedContentRequestAccessType instance | [
"NewSharedContentRequestAccessType",
"returns",
"a",
"new",
"SharedContentRequestAccessType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15022-L15026 |
138,565 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedContentUnshareType | func NewSharedContentUnshareType(Description string) *SharedContentUnshareType {
s := new(SharedContentUnshareType)
s.Description = Description
return s
} | go | func NewSharedContentUnshareType(Description string) *SharedContentUnshareType {
s := new(SharedContentUnshareType)
s.Description = Description
return s
} | [
"func",
"NewSharedContentUnshareType",
"(",
"Description",
"string",
")",
"*",
"SharedContentUnshareType",
"{",
"s",
":=",
"new",
"(",
"SharedContentUnshareType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSharedContentUnshareType returns a new SharedContentUnshareType instance | [
"NewSharedContentUnshareType",
"returns",
"a",
"new",
"SharedContentUnshareType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15046-L15050 |
138,566 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedContentViewDetails | func NewSharedContentViewDetails(SharedContentLink string, SharedContentAccessLevel *sharing.AccessLevel) *SharedContentViewDetails {
s := new(SharedContentViewDetails)
s.SharedContentLink = SharedContentLink
s.SharedContentAccessLevel = SharedContentAccessLevel
return s
} | go | func NewSharedContentViewDetails(SharedContentLink string, SharedContentAccessLevel *sharing.AccessLevel) *SharedContentViewDetails {
s := new(SharedContentViewDetails)
s.SharedContentLink = SharedContentLink
s.SharedContentAccessLevel = SharedContentAccessLevel
return s
} | [
"func",
"NewSharedContentViewDetails",
"(",
"SharedContentLink",
"string",
",",
"SharedContentAccessLevel",
"*",
"sharing",
".",
"AccessLevel",
")",
"*",
"SharedContentViewDetails",
"{",
"s",
":=",
"new",
"(",
"SharedContentViewDetails",
")",
"\n",
"s",
".",
"SharedCo... | // NewSharedContentViewDetails returns a new SharedContentViewDetails instance | [
"NewSharedContentViewDetails",
"returns",
"a",
"new",
"SharedContentViewDetails",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15063-L15068 |
138,567 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedContentViewType | func NewSharedContentViewType(Description string) *SharedContentViewType {
s := new(SharedContentViewType)
s.Description = Description
return s
} | go | func NewSharedContentViewType(Description string) *SharedContentViewType {
s := new(SharedContentViewType)
s.Description = Description
return s
} | [
"func",
"NewSharedContentViewType",
"(",
"Description",
"string",
")",
"*",
"SharedContentViewType",
"{",
"s",
":=",
"new",
"(",
"SharedContentViewType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSharedContentViewType returns a new SharedContentViewType instance | [
"NewSharedContentViewType",
"returns",
"a",
"new",
"SharedContentViewType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15077-L15081 |
138,568 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedFolderChangeLinkPolicyDetails | func NewSharedFolderChangeLinkPolicyDetails(NewValue *sharing.SharedLinkPolicy) *SharedFolderChangeLinkPolicyDetails {
s := new(SharedFolderChangeLinkPolicyDetails)
s.NewValue = NewValue
return s
} | go | func NewSharedFolderChangeLinkPolicyDetails(NewValue *sharing.SharedLinkPolicy) *SharedFolderChangeLinkPolicyDetails {
s := new(SharedFolderChangeLinkPolicyDetails)
s.NewValue = NewValue
return s
} | [
"func",
"NewSharedFolderChangeLinkPolicyDetails",
"(",
"NewValue",
"*",
"sharing",
".",
"SharedLinkPolicy",
")",
"*",
"SharedFolderChangeLinkPolicyDetails",
"{",
"s",
":=",
"new",
"(",
"SharedFolderChangeLinkPolicyDetails",
")",
"\n",
"s",
".",
"NewValue",
"=",
"NewValu... | // NewSharedFolderChangeLinkPolicyDetails returns a new SharedFolderChangeLinkPolicyDetails instance | [
"NewSharedFolderChangeLinkPolicyDetails",
"returns",
"a",
"new",
"SharedFolderChangeLinkPolicyDetails",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15094-L15098 |
138,569 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedFolderChangeLinkPolicyType | func NewSharedFolderChangeLinkPolicyType(Description string) *SharedFolderChangeLinkPolicyType {
s := new(SharedFolderChangeLinkPolicyType)
s.Description = Description
return s
} | go | func NewSharedFolderChangeLinkPolicyType(Description string) *SharedFolderChangeLinkPolicyType {
s := new(SharedFolderChangeLinkPolicyType)
s.Description = Description
return s
} | [
"func",
"NewSharedFolderChangeLinkPolicyType",
"(",
"Description",
"string",
")",
"*",
"SharedFolderChangeLinkPolicyType",
"{",
"s",
":=",
"new",
"(",
"SharedFolderChangeLinkPolicyType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n"... | // NewSharedFolderChangeLinkPolicyType returns a new SharedFolderChangeLinkPolicyType instance | [
"NewSharedFolderChangeLinkPolicyType",
"returns",
"a",
"new",
"SharedFolderChangeLinkPolicyType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15107-L15111 |
138,570 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedFolderChangeMembersInheritancePolicyDetails | func NewSharedFolderChangeMembersInheritancePolicyDetails(NewValue *SharedFolderMembersInheritancePolicy) *SharedFolderChangeMembersInheritancePolicyDetails {
s := new(SharedFolderChangeMembersInheritancePolicyDetails)
s.NewValue = NewValue
return s
} | go | func NewSharedFolderChangeMembersInheritancePolicyDetails(NewValue *SharedFolderMembersInheritancePolicy) *SharedFolderChangeMembersInheritancePolicyDetails {
s := new(SharedFolderChangeMembersInheritancePolicyDetails)
s.NewValue = NewValue
return s
} | [
"func",
"NewSharedFolderChangeMembersInheritancePolicyDetails",
"(",
"NewValue",
"*",
"SharedFolderMembersInheritancePolicy",
")",
"*",
"SharedFolderChangeMembersInheritancePolicyDetails",
"{",
"s",
":=",
"new",
"(",
"SharedFolderChangeMembersInheritancePolicyDetails",
")",
"\n",
"... | // NewSharedFolderChangeMembersInheritancePolicyDetails returns a new SharedFolderChangeMembersInheritancePolicyDetails instance | [
"NewSharedFolderChangeMembersInheritancePolicyDetails",
"returns",
"a",
"new",
"SharedFolderChangeMembersInheritancePolicyDetails",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15124-L15128 |
138,571 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedFolderChangeMembersInheritancePolicyType | func NewSharedFolderChangeMembersInheritancePolicyType(Description string) *SharedFolderChangeMembersInheritancePolicyType {
s := new(SharedFolderChangeMembersInheritancePolicyType)
s.Description = Description
return s
} | go | func NewSharedFolderChangeMembersInheritancePolicyType(Description string) *SharedFolderChangeMembersInheritancePolicyType {
s := new(SharedFolderChangeMembersInheritancePolicyType)
s.Description = Description
return s
} | [
"func",
"NewSharedFolderChangeMembersInheritancePolicyType",
"(",
"Description",
"string",
")",
"*",
"SharedFolderChangeMembersInheritancePolicyType",
"{",
"s",
":=",
"new",
"(",
"SharedFolderChangeMembersInheritancePolicyType",
")",
"\n",
"s",
".",
"Description",
"=",
"Descr... | // NewSharedFolderChangeMembersInheritancePolicyType returns a new SharedFolderChangeMembersInheritancePolicyType instance | [
"NewSharedFolderChangeMembersInheritancePolicyType",
"returns",
"a",
"new",
"SharedFolderChangeMembersInheritancePolicyType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15137-L15141 |
138,572 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedFolderChangeMembersManagementPolicyDetails | func NewSharedFolderChangeMembersManagementPolicyDetails(NewValue *sharing.AclUpdatePolicy) *SharedFolderChangeMembersManagementPolicyDetails {
s := new(SharedFolderChangeMembersManagementPolicyDetails)
s.NewValue = NewValue
return s
} | go | func NewSharedFolderChangeMembersManagementPolicyDetails(NewValue *sharing.AclUpdatePolicy) *SharedFolderChangeMembersManagementPolicyDetails {
s := new(SharedFolderChangeMembersManagementPolicyDetails)
s.NewValue = NewValue
return s
} | [
"func",
"NewSharedFolderChangeMembersManagementPolicyDetails",
"(",
"NewValue",
"*",
"sharing",
".",
"AclUpdatePolicy",
")",
"*",
"SharedFolderChangeMembersManagementPolicyDetails",
"{",
"s",
":=",
"new",
"(",
"SharedFolderChangeMembersManagementPolicyDetails",
")",
"\n",
"s",
... | // NewSharedFolderChangeMembersManagementPolicyDetails returns a new SharedFolderChangeMembersManagementPolicyDetails instance | [
"NewSharedFolderChangeMembersManagementPolicyDetails",
"returns",
"a",
"new",
"SharedFolderChangeMembersManagementPolicyDetails",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15154-L15158 |
138,573 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedFolderChangeMembersManagementPolicyType | func NewSharedFolderChangeMembersManagementPolicyType(Description string) *SharedFolderChangeMembersManagementPolicyType {
s := new(SharedFolderChangeMembersManagementPolicyType)
s.Description = Description
return s
} | go | func NewSharedFolderChangeMembersManagementPolicyType(Description string) *SharedFolderChangeMembersManagementPolicyType {
s := new(SharedFolderChangeMembersManagementPolicyType)
s.Description = Description
return s
} | [
"func",
"NewSharedFolderChangeMembersManagementPolicyType",
"(",
"Description",
"string",
")",
"*",
"SharedFolderChangeMembersManagementPolicyType",
"{",
"s",
":=",
"new",
"(",
"SharedFolderChangeMembersManagementPolicyType",
")",
"\n",
"s",
".",
"Description",
"=",
"Descript... | // NewSharedFolderChangeMembersManagementPolicyType returns a new SharedFolderChangeMembersManagementPolicyType instance | [
"NewSharedFolderChangeMembersManagementPolicyType",
"returns",
"a",
"new",
"SharedFolderChangeMembersManagementPolicyType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15167-L15171 |
138,574 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedFolderChangeMembersPolicyDetails | func NewSharedFolderChangeMembersPolicyDetails(NewValue *sharing.MemberPolicy) *SharedFolderChangeMembersPolicyDetails {
s := new(SharedFolderChangeMembersPolicyDetails)
s.NewValue = NewValue
return s
} | go | func NewSharedFolderChangeMembersPolicyDetails(NewValue *sharing.MemberPolicy) *SharedFolderChangeMembersPolicyDetails {
s := new(SharedFolderChangeMembersPolicyDetails)
s.NewValue = NewValue
return s
} | [
"func",
"NewSharedFolderChangeMembersPolicyDetails",
"(",
"NewValue",
"*",
"sharing",
".",
"MemberPolicy",
")",
"*",
"SharedFolderChangeMembersPolicyDetails",
"{",
"s",
":=",
"new",
"(",
"SharedFolderChangeMembersPolicyDetails",
")",
"\n",
"s",
".",
"NewValue",
"=",
"Ne... | // NewSharedFolderChangeMembersPolicyDetails returns a new SharedFolderChangeMembersPolicyDetails instance | [
"NewSharedFolderChangeMembersPolicyDetails",
"returns",
"a",
"new",
"SharedFolderChangeMembersPolicyDetails",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15184-L15188 |
138,575 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedFolderChangeMembersPolicyType | func NewSharedFolderChangeMembersPolicyType(Description string) *SharedFolderChangeMembersPolicyType {
s := new(SharedFolderChangeMembersPolicyType)
s.Description = Description
return s
} | go | func NewSharedFolderChangeMembersPolicyType(Description string) *SharedFolderChangeMembersPolicyType {
s := new(SharedFolderChangeMembersPolicyType)
s.Description = Description
return s
} | [
"func",
"NewSharedFolderChangeMembersPolicyType",
"(",
"Description",
"string",
")",
"*",
"SharedFolderChangeMembersPolicyType",
"{",
"s",
":=",
"new",
"(",
"SharedFolderChangeMembersPolicyType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s... | // NewSharedFolderChangeMembersPolicyType returns a new SharedFolderChangeMembersPolicyType instance | [
"NewSharedFolderChangeMembersPolicyType",
"returns",
"a",
"new",
"SharedFolderChangeMembersPolicyType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15197-L15201 |
138,576 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedFolderCreateType | func NewSharedFolderCreateType(Description string) *SharedFolderCreateType {
s := new(SharedFolderCreateType)
s.Description = Description
return s
} | go | func NewSharedFolderCreateType(Description string) *SharedFolderCreateType {
s := new(SharedFolderCreateType)
s.Description = Description
return s
} | [
"func",
"NewSharedFolderCreateType",
"(",
"Description",
"string",
")",
"*",
"SharedFolderCreateType",
"{",
"s",
":=",
"new",
"(",
"SharedFolderCreateType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSharedFolderCreateType returns a new SharedFolderCreateType instance | [
"NewSharedFolderCreateType",
"returns",
"a",
"new",
"SharedFolderCreateType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15223-L15227 |
138,577 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedFolderDeclineInvitationType | func NewSharedFolderDeclineInvitationType(Description string) *SharedFolderDeclineInvitationType {
s := new(SharedFolderDeclineInvitationType)
s.Description = Description
return s
} | go | func NewSharedFolderDeclineInvitationType(Description string) *SharedFolderDeclineInvitationType {
s := new(SharedFolderDeclineInvitationType)
s.Description = Description
return s
} | [
"func",
"NewSharedFolderDeclineInvitationType",
"(",
"Description",
"string",
")",
"*",
"SharedFolderDeclineInvitationType",
"{",
"s",
":=",
"new",
"(",
"SharedFolderDeclineInvitationType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"... | // NewSharedFolderDeclineInvitationType returns a new SharedFolderDeclineInvitationType instance | [
"NewSharedFolderDeclineInvitationType",
"returns",
"a",
"new",
"SharedFolderDeclineInvitationType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15247-L15251 |
138,578 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedFolderMountType | func NewSharedFolderMountType(Description string) *SharedFolderMountType {
s := new(SharedFolderMountType)
s.Description = Description
return s
} | go | func NewSharedFolderMountType(Description string) *SharedFolderMountType {
s := new(SharedFolderMountType)
s.Description = Description
return s
} | [
"func",
"NewSharedFolderMountType",
"(",
"Description",
"string",
")",
"*",
"SharedFolderMountType",
"{",
"s",
":=",
"new",
"(",
"SharedFolderMountType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSharedFolderMountType returns a new SharedFolderMountType instance | [
"NewSharedFolderMountType",
"returns",
"a",
"new",
"SharedFolderMountType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15283-L15287 |
138,579 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedFolderNestType | func NewSharedFolderNestType(Description string) *SharedFolderNestType {
s := new(SharedFolderNestType)
s.Description = Description
return s
} | go | func NewSharedFolderNestType(Description string) *SharedFolderNestType {
s := new(SharedFolderNestType)
s.Description = Description
return s
} | [
"func",
"NewSharedFolderNestType",
"(",
"Description",
"string",
")",
"*",
"SharedFolderNestType",
"{",
"s",
":=",
"new",
"(",
"SharedFolderNestType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSharedFolderNestType returns a new SharedFolderNestType instance | [
"NewSharedFolderNestType",
"returns",
"a",
"new",
"SharedFolderNestType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15318-L15322 |
138,580 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedFolderTransferOwnershipDetails | func NewSharedFolderTransferOwnershipDetails(NewOwnerEmail string) *SharedFolderTransferOwnershipDetails {
s := new(SharedFolderTransferOwnershipDetails)
s.NewOwnerEmail = NewOwnerEmail
return s
} | go | func NewSharedFolderTransferOwnershipDetails(NewOwnerEmail string) *SharedFolderTransferOwnershipDetails {
s := new(SharedFolderTransferOwnershipDetails)
s.NewOwnerEmail = NewOwnerEmail
return s
} | [
"func",
"NewSharedFolderTransferOwnershipDetails",
"(",
"NewOwnerEmail",
"string",
")",
"*",
"SharedFolderTransferOwnershipDetails",
"{",
"s",
":=",
"new",
"(",
"SharedFolderTransferOwnershipDetails",
")",
"\n",
"s",
".",
"NewOwnerEmail",
"=",
"NewOwnerEmail",
"\n",
"retu... | // NewSharedFolderTransferOwnershipDetails returns a new SharedFolderTransferOwnershipDetails instance | [
"NewSharedFolderTransferOwnershipDetails",
"returns",
"a",
"new",
"SharedFolderTransferOwnershipDetails",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15335-L15339 |
138,581 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedFolderTransferOwnershipType | func NewSharedFolderTransferOwnershipType(Description string) *SharedFolderTransferOwnershipType {
s := new(SharedFolderTransferOwnershipType)
s.Description = Description
return s
} | go | func NewSharedFolderTransferOwnershipType(Description string) *SharedFolderTransferOwnershipType {
s := new(SharedFolderTransferOwnershipType)
s.Description = Description
return s
} | [
"func",
"NewSharedFolderTransferOwnershipType",
"(",
"Description",
"string",
")",
"*",
"SharedFolderTransferOwnershipType",
"{",
"s",
":=",
"new",
"(",
"SharedFolderTransferOwnershipType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"... | // NewSharedFolderTransferOwnershipType returns a new SharedFolderTransferOwnershipType instance | [
"NewSharedFolderTransferOwnershipType",
"returns",
"a",
"new",
"SharedFolderTransferOwnershipType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15348-L15352 |
138,582 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedFolderUnmountType | func NewSharedFolderUnmountType(Description string) *SharedFolderUnmountType {
s := new(SharedFolderUnmountType)
s.Description = Description
return s
} | go | func NewSharedFolderUnmountType(Description string) *SharedFolderUnmountType {
s := new(SharedFolderUnmountType)
s.Description = Description
return s
} | [
"func",
"NewSharedFolderUnmountType",
"(",
"Description",
"string",
")",
"*",
"SharedFolderUnmountType",
"{",
"s",
":=",
"new",
"(",
"SharedFolderUnmountType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSharedFolderUnmountType returns a new SharedFolderUnmountType instance | [
"NewSharedFolderUnmountType",
"returns",
"a",
"new",
"SharedFolderUnmountType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15371-L15375 |
138,583 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedLinkAddExpiryDetails | func NewSharedLinkAddExpiryDetails(NewValue time.Time) *SharedLinkAddExpiryDetails {
s := new(SharedLinkAddExpiryDetails)
s.NewValue = NewValue
return s
} | go | func NewSharedLinkAddExpiryDetails(NewValue time.Time) *SharedLinkAddExpiryDetails {
s := new(SharedLinkAddExpiryDetails)
s.NewValue = NewValue
return s
} | [
"func",
"NewSharedLinkAddExpiryDetails",
"(",
"NewValue",
"time",
".",
"Time",
")",
"*",
"SharedLinkAddExpiryDetails",
"{",
"s",
":=",
"new",
"(",
"SharedLinkAddExpiryDetails",
")",
"\n",
"s",
".",
"NewValue",
"=",
"NewValue",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSharedLinkAddExpiryDetails returns a new SharedLinkAddExpiryDetails instance | [
"NewSharedLinkAddExpiryDetails",
"returns",
"a",
"new",
"SharedLinkAddExpiryDetails",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15397-L15401 |
138,584 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedLinkAddExpiryType | func NewSharedLinkAddExpiryType(Description string) *SharedLinkAddExpiryType {
s := new(SharedLinkAddExpiryType)
s.Description = Description
return s
} | go | func NewSharedLinkAddExpiryType(Description string) *SharedLinkAddExpiryType {
s := new(SharedLinkAddExpiryType)
s.Description = Description
return s
} | [
"func",
"NewSharedLinkAddExpiryType",
"(",
"Description",
"string",
")",
"*",
"SharedLinkAddExpiryType",
"{",
"s",
":=",
"new",
"(",
"SharedLinkAddExpiryType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSharedLinkAddExpiryType returns a new SharedLinkAddExpiryType instance | [
"NewSharedLinkAddExpiryType",
"returns",
"a",
"new",
"SharedLinkAddExpiryType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15410-L15414 |
138,585 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedLinkChangeExpiryType | func NewSharedLinkChangeExpiryType(Description string) *SharedLinkChangeExpiryType {
s := new(SharedLinkChangeExpiryType)
s.Description = Description
return s
} | go | func NewSharedLinkChangeExpiryType(Description string) *SharedLinkChangeExpiryType {
s := new(SharedLinkChangeExpiryType)
s.Description = Description
return s
} | [
"func",
"NewSharedLinkChangeExpiryType",
"(",
"Description",
"string",
")",
"*",
"SharedLinkChangeExpiryType",
"{",
"s",
":=",
"new",
"(",
"SharedLinkChangeExpiryType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSharedLinkChangeExpiryType returns a new SharedLinkChangeExpiryType instance | [
"NewSharedLinkChangeExpiryType",
"returns",
"a",
"new",
"SharedLinkChangeExpiryType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15439-L15443 |
138,586 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedLinkChangeVisibilityDetails | func NewSharedLinkChangeVisibilityDetails(NewValue *SharedLinkVisibility) *SharedLinkChangeVisibilityDetails {
s := new(SharedLinkChangeVisibilityDetails)
s.NewValue = NewValue
return s
} | go | func NewSharedLinkChangeVisibilityDetails(NewValue *SharedLinkVisibility) *SharedLinkChangeVisibilityDetails {
s := new(SharedLinkChangeVisibilityDetails)
s.NewValue = NewValue
return s
} | [
"func",
"NewSharedLinkChangeVisibilityDetails",
"(",
"NewValue",
"*",
"SharedLinkVisibility",
")",
"*",
"SharedLinkChangeVisibilityDetails",
"{",
"s",
":=",
"new",
"(",
"SharedLinkChangeVisibilityDetails",
")",
"\n",
"s",
".",
"NewValue",
"=",
"NewValue",
"\n",
"return"... | // NewSharedLinkChangeVisibilityDetails returns a new SharedLinkChangeVisibilityDetails instance | [
"NewSharedLinkChangeVisibilityDetails",
"returns",
"a",
"new",
"SharedLinkChangeVisibilityDetails",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15455-L15459 |
138,587 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedLinkChangeVisibilityType | func NewSharedLinkChangeVisibilityType(Description string) *SharedLinkChangeVisibilityType {
s := new(SharedLinkChangeVisibilityType)
s.Description = Description
return s
} | go | func NewSharedLinkChangeVisibilityType(Description string) *SharedLinkChangeVisibilityType {
s := new(SharedLinkChangeVisibilityType)
s.Description = Description
return s
} | [
"func",
"NewSharedLinkChangeVisibilityType",
"(",
"Description",
"string",
")",
"*",
"SharedLinkChangeVisibilityType",
"{",
"s",
":=",
"new",
"(",
"SharedLinkChangeVisibilityType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}... | // NewSharedLinkChangeVisibilityType returns a new SharedLinkChangeVisibilityType instance | [
"NewSharedLinkChangeVisibilityType",
"returns",
"a",
"new",
"SharedLinkChangeVisibilityType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15468-L15472 |
138,588 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedLinkCopyType | func NewSharedLinkCopyType(Description string) *SharedLinkCopyType {
s := new(SharedLinkCopyType)
s.Description = Description
return s
} | go | func NewSharedLinkCopyType(Description string) *SharedLinkCopyType {
s := new(SharedLinkCopyType)
s.Description = Description
return s
} | [
"func",
"NewSharedLinkCopyType",
"(",
"Description",
"string",
")",
"*",
"SharedLinkCopyType",
"{",
"s",
":=",
"new",
"(",
"SharedLinkCopyType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSharedLinkCopyType returns a new SharedLinkCopyType instance | [
"NewSharedLinkCopyType",
"returns",
"a",
"new",
"SharedLinkCopyType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15494-L15498 |
138,589 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedLinkCreateType | func NewSharedLinkCreateType(Description string) *SharedLinkCreateType {
s := new(SharedLinkCreateType)
s.Description = Description
return s
} | go | func NewSharedLinkCreateType(Description string) *SharedLinkCreateType {
s := new(SharedLinkCreateType)
s.Description = Description
return s
} | [
"func",
"NewSharedLinkCreateType",
"(",
"Description",
"string",
")",
"*",
"SharedLinkCreateType",
"{",
"s",
":=",
"new",
"(",
"SharedLinkCreateType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSharedLinkCreateType returns a new SharedLinkCreateType instance | [
"NewSharedLinkCreateType",
"returns",
"a",
"new",
"SharedLinkCreateType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15520-L15524 |
138,590 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedLinkDisableType | func NewSharedLinkDisableType(Description string) *SharedLinkDisableType {
s := new(SharedLinkDisableType)
s.Description = Description
return s
} | go | func NewSharedLinkDisableType(Description string) *SharedLinkDisableType {
s := new(SharedLinkDisableType)
s.Description = Description
return s
} | [
"func",
"NewSharedLinkDisableType",
"(",
"Description",
"string",
")",
"*",
"SharedLinkDisableType",
"{",
"s",
":=",
"new",
"(",
"SharedLinkDisableType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSharedLinkDisableType returns a new SharedLinkDisableType instance | [
"NewSharedLinkDisableType",
"returns",
"a",
"new",
"SharedLinkDisableType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15546-L15550 |
138,591 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedLinkDownloadType | func NewSharedLinkDownloadType(Description string) *SharedLinkDownloadType {
s := new(SharedLinkDownloadType)
s.Description = Description
return s
} | go | func NewSharedLinkDownloadType(Description string) *SharedLinkDownloadType {
s := new(SharedLinkDownloadType)
s.Description = Description
return s
} | [
"func",
"NewSharedLinkDownloadType",
"(",
"Description",
"string",
")",
"*",
"SharedLinkDownloadType",
"{",
"s",
":=",
"new",
"(",
"SharedLinkDownloadType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSharedLinkDownloadType returns a new SharedLinkDownloadType instance | [
"NewSharedLinkDownloadType",
"returns",
"a",
"new",
"SharedLinkDownloadType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15572-L15576 |
138,592 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedLinkRemoveExpiryType | func NewSharedLinkRemoveExpiryType(Description string) *SharedLinkRemoveExpiryType {
s := new(SharedLinkRemoveExpiryType)
s.Description = Description
return s
} | go | func NewSharedLinkRemoveExpiryType(Description string) *SharedLinkRemoveExpiryType {
s := new(SharedLinkRemoveExpiryType)
s.Description = Description
return s
} | [
"func",
"NewSharedLinkRemoveExpiryType",
"(",
"Description",
"string",
")",
"*",
"SharedLinkRemoveExpiryType",
"{",
"s",
":=",
"new",
"(",
"SharedLinkRemoveExpiryType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSharedLinkRemoveExpiryType returns a new SharedLinkRemoveExpiryType instance | [
"NewSharedLinkRemoveExpiryType",
"returns",
"a",
"new",
"SharedLinkRemoveExpiryType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15598-L15602 |
138,593 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedLinkShareType | func NewSharedLinkShareType(Description string) *SharedLinkShareType {
s := new(SharedLinkShareType)
s.Description = Description
return s
} | go | func NewSharedLinkShareType(Description string) *SharedLinkShareType {
s := new(SharedLinkShareType)
s.Description = Description
return s
} | [
"func",
"NewSharedLinkShareType",
"(",
"Description",
"string",
")",
"*",
"SharedLinkShareType",
"{",
"s",
":=",
"new",
"(",
"SharedLinkShareType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSharedLinkShareType returns a new SharedLinkShareType instance | [
"NewSharedLinkShareType",
"returns",
"a",
"new",
"SharedLinkShareType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15627-L15631 |
138,594 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedLinkViewType | func NewSharedLinkViewType(Description string) *SharedLinkViewType {
s := new(SharedLinkViewType)
s.Description = Description
return s
} | go | func NewSharedLinkViewType(Description string) *SharedLinkViewType {
s := new(SharedLinkViewType)
s.Description = Description
return s
} | [
"func",
"NewSharedLinkViewType",
"(",
"Description",
"string",
")",
"*",
"SharedLinkViewType",
"{",
"s",
":=",
"new",
"(",
"SharedLinkViewType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSharedLinkViewType returns a new SharedLinkViewType instance | [
"NewSharedLinkViewType",
"returns",
"a",
"new",
"SharedLinkViewType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15653-L15657 |
138,595 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharedNoteOpenedType | func NewSharedNoteOpenedType(Description string) *SharedNoteOpenedType {
s := new(SharedNoteOpenedType)
s.Description = Description
return s
} | go | func NewSharedNoteOpenedType(Description string) *SharedNoteOpenedType {
s := new(SharedNoteOpenedType)
s.Description = Description
return s
} | [
"func",
"NewSharedNoteOpenedType",
"(",
"Description",
"string",
")",
"*",
"SharedNoteOpenedType",
"{",
"s",
":=",
"new",
"(",
"SharedNoteOpenedType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSharedNoteOpenedType returns a new SharedNoteOpenedType instance | [
"NewSharedNoteOpenedType",
"returns",
"a",
"new",
"SharedNoteOpenedType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15689-L15693 |
138,596 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharingChangeFolderJoinPolicyDetails | func NewSharingChangeFolderJoinPolicyDetails(NewValue *SharingFolderJoinPolicy) *SharingChangeFolderJoinPolicyDetails {
s := new(SharingChangeFolderJoinPolicyDetails)
s.NewValue = NewValue
return s
} | go | func NewSharingChangeFolderJoinPolicyDetails(NewValue *SharingFolderJoinPolicy) *SharingChangeFolderJoinPolicyDetails {
s := new(SharingChangeFolderJoinPolicyDetails)
s.NewValue = NewValue
return s
} | [
"func",
"NewSharingChangeFolderJoinPolicyDetails",
"(",
"NewValue",
"*",
"SharingFolderJoinPolicy",
")",
"*",
"SharingChangeFolderJoinPolicyDetails",
"{",
"s",
":=",
"new",
"(",
"SharingChangeFolderJoinPolicyDetails",
")",
"\n",
"s",
".",
"NewValue",
"=",
"NewValue",
"\n"... | // NewSharingChangeFolderJoinPolicyDetails returns a new SharingChangeFolderJoinPolicyDetails instance | [
"NewSharingChangeFolderJoinPolicyDetails",
"returns",
"a",
"new",
"SharingChangeFolderJoinPolicyDetails",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15706-L15710 |
138,597 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharingChangeFolderJoinPolicyType | func NewSharingChangeFolderJoinPolicyType(Description string) *SharingChangeFolderJoinPolicyType {
s := new(SharingChangeFolderJoinPolicyType)
s.Description = Description
return s
} | go | func NewSharingChangeFolderJoinPolicyType(Description string) *SharingChangeFolderJoinPolicyType {
s := new(SharingChangeFolderJoinPolicyType)
s.Description = Description
return s
} | [
"func",
"NewSharingChangeFolderJoinPolicyType",
"(",
"Description",
"string",
")",
"*",
"SharingChangeFolderJoinPolicyType",
"{",
"s",
":=",
"new",
"(",
"SharingChangeFolderJoinPolicyType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"... | // NewSharingChangeFolderJoinPolicyType returns a new SharingChangeFolderJoinPolicyType instance | [
"NewSharingChangeFolderJoinPolicyType",
"returns",
"a",
"new",
"SharingChangeFolderJoinPolicyType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15719-L15723 |
138,598 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharingChangeLinkPolicyDetails | func NewSharingChangeLinkPolicyDetails(NewValue *SharingLinkPolicy) *SharingChangeLinkPolicyDetails {
s := new(SharingChangeLinkPolicyDetails)
s.NewValue = NewValue
return s
} | go | func NewSharingChangeLinkPolicyDetails(NewValue *SharingLinkPolicy) *SharingChangeLinkPolicyDetails {
s := new(SharingChangeLinkPolicyDetails)
s.NewValue = NewValue
return s
} | [
"func",
"NewSharingChangeLinkPolicyDetails",
"(",
"NewValue",
"*",
"SharingLinkPolicy",
")",
"*",
"SharingChangeLinkPolicyDetails",
"{",
"s",
":=",
"new",
"(",
"SharingChangeLinkPolicyDetails",
")",
"\n",
"s",
".",
"NewValue",
"=",
"NewValue",
"\n",
"return",
"s",
"... | // NewSharingChangeLinkPolicyDetails returns a new SharingChangeLinkPolicyDetails instance | [
"NewSharingChangeLinkPolicyDetails",
"returns",
"a",
"new",
"SharingChangeLinkPolicyDetails",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15737-L15741 |
138,599 | dropbox/dropbox-sdk-go-unofficial | dropbox/team_log/types.go | NewSharingChangeLinkPolicyType | func NewSharingChangeLinkPolicyType(Description string) *SharingChangeLinkPolicyType {
s := new(SharingChangeLinkPolicyType)
s.Description = Description
return s
} | go | func NewSharingChangeLinkPolicyType(Description string) *SharingChangeLinkPolicyType {
s := new(SharingChangeLinkPolicyType)
s.Description = Description
return s
} | [
"func",
"NewSharingChangeLinkPolicyType",
"(",
"Description",
"string",
")",
"*",
"SharingChangeLinkPolicyType",
"{",
"s",
":=",
"new",
"(",
"SharingChangeLinkPolicyType",
")",
"\n",
"s",
".",
"Description",
"=",
"Description",
"\n",
"return",
"s",
"\n",
"}"
] | // NewSharingChangeLinkPolicyType returns a new SharingChangeLinkPolicyType instance | [
"NewSharingChangeLinkPolicyType",
"returns",
"a",
"new",
"SharingChangeLinkPolicyType",
"instance"
] | af4558f5e44cef90c2d963e50e76e7dfa46d0c48 | https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/af4558f5e44cef90c2d963e50e76e7dfa46d0c48/dropbox/team_log/types.go#L15750-L15754 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.