MCPcopy Create free account
hub / github.com/dropbox/dbxcli / sampleShareFolderJSONMetadata

Function sampleShareFolderJSONMetadata

cmd/json_contract_test.go:953–969  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

951}
952
953func sampleShareFolderJSONMetadata() shareFolderJSONMetadata {
954 return shareFolderJSONMetadata{
955 Type: shareFolderJSONKindFolder,
956 Name: "Reports",
957 PathLower: "/reports",
958 SharedFolderID: "sfid:reports",
959 PreviewURL: "https://www.dropbox.com/preview",
960 AccessType: "owner",
961 IsInsideTeamFolder: false,
962 IsTeamFolder: true,
963 OwnerDisplayNames: []string{"Ada Lovelace"},
964 ParentSharedFolderID: "sfid:parent",
965 ParentFolderName: "Parent",
966 TimeInvited: jsonContractStringPtr("2026-06-25T10:00:00Z"),
967 AccessInheritance: "inherit",
968 }
969}
970
971func sampleShareLinkJSONMetadata() shareLinkJSONMetadata {
972 return shareLinkJSONMetadata{

Callers 1

Calls 1

jsonContractStringPtrFunction · 0.85

Tested by

no test coverage detected