SidebarEntry

JSON representation
{
  "displayName": string,
  "value": string,
  "fileHashIndex": {
    object (FileHashIndex)
  },
  "sublines": [
    {
      object (SidebarSubline)
    }
  ]
}
Fields
displayName

string

value

string

fileHashIndex

object (FileHashIndex)

sublines[]

object (SidebarSubline)

FileHashIndex

JSON representation
{

  // Union field hash can be only one of the following:
  "indexMd5": integer,
  "indexSha1": integer,
  "indexSha256": integer
  // End of list of possible types for union field hash.
}
Fields

Union field hash.

hash can be only one of the following:

indexMd5

integer (uint32 format)

indexSha1

integer (uint32 format)

indexSha256

integer (uint32 format)

SidebarSubline

JSON representation
{

  // Union field subline can be only one of the following:
  "fileHashIndex": {
    object (FileHashIndex)
  },
  "labelValue": {
    object (LabelValue)
  }
  // End of list of possible types for union field subline.
}
Fields

Union field subline.

subline can be only one of the following:

fileHashIndex

object (FileHashIndex)

labelValue

object (LabelValue)

LabelValue

JSON representation
{
  "label": string,
  "value": string
}
Fields
label

string

value

string