PrefixList

Describes prefixes of objects to be transformed.

JSON representation
{
  "includedObjectPrefixes": [
    string
  ]
}
Fields
includedObjectPrefixes[]

string

Optional. Specify one or more object prefixes. For example:

  • To match one object, use a single prefix, prefix1.

  • To match multiple objects, use comma-separated prefixes, prefix1, prefix2.

  • To match all objects, use an empty prefix, ''