Type Alias FileChangeCommonProperties

FileChangeCommonProperties: {
    assetIds?: ArrayPatchLong;
    dataSetId?: NullableSinglePatchLong;
    externalId?: SinglePatchString;
    geoLocation?: FileGeoLocationPatch;
    labels?: LabelsPatch;
    metadata?: MetadataPatch;
}